#268FE4

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

Shades of Dodger Blue #268FE4

Tints of Dodger Blue #268FE4

Color information

#268FE4 (or 0x268FE4) is unknown color: approx Dodger Blue. HEX triplet: 26, 8F and E4. RGB value is (38,143,228). Sum of RGB (Red+Green+Blue) = 38+143+228=409 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.29% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #268FE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268FE4 is #D9701B. Grayscale: #787878. Windows color (decimal): -14250012 or 14978854. OLE color: 14978854.

HSL color Cylindrical-coordinate representation of color #268FE4: hue angle of 206.84º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268FE4 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB38143228-
CMYK0.830.3700.11
HSL206.84º77.87%52.16%-
HSV(B)206.84º83.33%89.41%-
XYZ24.6325.6677.05-
YUV121.29188.2168.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.29%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 228 (89.45% from 255) = 55.75%
R=9.29%
G=34.96%
B=55.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal381432280.830.3700.11206.8477.8752.16
Hex268FE453250Bcf4e34
Octal462173441234501331711664
Binary1001101000111111100100101001110010101011110011111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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