#268CD8

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

Shades of Curious Blue #268CD8

Tints of Curious Blue #268CD8

Color information

#268CD8 (or 0x268CD8) is unknown color: approx Curious Blue. HEX triplet: 26, 8C and D8. RGB value is (38,140,216). Sum of RGB (Red+Green+Blue) = 38+140+216=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #268CD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CD8 is #D97327. Grayscale: #757575. Windows color (decimal): -14250792 or 14191654. OLE color: 14191654.

HSL color Cylindrical-coordinate representation of color #268CD8: hue angle of 205.62º 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 #268CD8 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB38140216-
CMYK0.820.3500.15
HSL205.62º70.08%49.8%-
HSV(B)205.62º82.41%84.71%-
XYZ22.5724.1368.43-
YUV118.17183.2170.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.64%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 216 (84.77% from 255) = 54.82%
R=9.64%
G=35.53%
B=54.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal381402160.820.3500.15205.6270.0849.8
Hex268CD852230Fce4632
Octal462143301224301731610662
Binary1001101000110011011000101001010001101111110011101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268CD8; }

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

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

<style>
 a { background-color: #268CD8; }

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

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

<style>
 span { border-color: #268CD8; }

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

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