#268FCD

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

Shades of Curious Blue #268FCD

Tints of Curious Blue #268FCD

Color information

#268FCD (or 0x268FCD) is unknown color: approx Curious Blue. HEX triplet: 26, 8F and CD. RGB value is (38,143,205). Sum of RGB (Red+Green+Blue) = 38+143+205=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #268FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268FCD is #D97032. Grayscale: #767676. Windows color (decimal): -14250035 or 13471526. OLE color: 13471526.

HSL color Cylindrical-coordinate representation of color #268FCD: hue angle of 202.28º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268FCD is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB38143205-
CMYK0.810.3000.20
HSL202.28º68.72%47.65%-
HSV(B)202.28º81.46%80.39%-
XYZ21.6424.4661.34-
YUV118.67176.7170.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.84%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 205 (80.47% from 255) = 53.11%
R=9.84%
G=37.05%
B=53.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381432050.810.3000.20202.2868.7247.65
Hex268FCD511E014ca4530
Octal462173151213602431210560
Binary1001101000111111001101101000111110010100110010101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,143,205); }

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

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

 a { background-color: rgb(38,143,205); }

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

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

 span { border-color: rgb(38,143,205); }

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