#267fd8

Color #267FD8 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #267FD8

Tints of Curious Blue #267FD8

Color information

#267FD8 (or 0x267FD8) is unknown color: approx Curious Blue. HEX triplet: 26, 7F and D8. RGB value is (38,127,216). Sum of RGB (Red+Green+Blue) = 38+127+216=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #267FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FD8 is #D98027. Grayscale: #6E6E6E. Windows color (decimal): -14254120 or 14188326. OLE color: 14188326.

HSL color Cylindrical-coordinate representation of color #267FD8: hue angle of 210º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267FD8 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB38127216-
CMYK0.820.4100.15
HSL210º70.08%49.8%-
HSV(B)210º82.41%84.71%-
XYZ20.7820.5567.84-
YUV110.54187.5176.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 9.97%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 216 (84.77% from 255) = 56.69%
R=9.97%
G=33.33%
B=56.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal381272160.820.4100.1521070.0849.8
Hex267FD852290Fd24632
Octal461773301225101732210662
Binary100110111111111011000101001010100101111110100101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267fd8; }

 p { color: rgb(38,127,216); }

 H1.HeaderClassName
 {
   color: #267fd8;
 }
 .AnyTagClassName
 {
   color: #267fd8;
 }
</style>
background-color css

<style>
 a { background-color: #267fd8; }

 a { background-color: rgb(38,127,216); }

 div.DivClassName
 {
   background-color: #267fd8;
 }
 .BgClassName
 {
   background-color: #267fd8;
 }
</style>
border-color css

<style>
 span { border-color: #267fd8; }

 span { border-color: rgb(38,127,216); }

 td.TdClassName
 {
   border-color: #267fd8;
 }
 .TagClassName
 {
   border-color: #267fd8;
 }
</style>