#268DD7

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

Shades of Curious Blue #268DD7

Tints of Curious Blue #268DD7

Color information

#268DD7 (or 0x268DD7) is unknown color: approx Curious Blue. HEX triplet: 26, 8D and D7. RGB value is (38,141,215). Sum of RGB (Red+Green+Blue) = 38+141+215=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #268DD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268DD7 is #D97228. Grayscale: #767676. Windows color (decimal): -14250537 or 14126374. OLE color: 14126374.

HSL color Cylindrical-coordinate representation of color #268DD7: hue angle of 205.08º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268DD7 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB38141215-
CMYK0.820.3400.16
HSL205.08º69.96%49.61%-
HSV(B)205.08º82.33%84.31%-
XYZ22.5924.3767.8-
YUV118.64182.3870.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.64%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 215 (84.38% from 255) = 54.57%
R=9.64%
G=35.79%
B=54.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal381412150.820.3400.16205.0869.9649.61
Hex268DD75222010cd4632
Octal462153271224202031510662
Binary10011010001101110101111010010100010010000110011011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,141,215); }

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

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

 a { background-color: rgb(38,141,215); }

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

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

 span { border-color: rgb(38,141,215); }

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