#268BEF

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

Shades of Dodger Blue #268BEF

Tints of Dodger Blue #268BEF

Color information

#268BEF (or 0x268BEF) is unknown color: approx Dodger Blue. HEX triplet: 26, 8B and EF. RGB value is (38,139,239). Sum of RGB (Red+Green+Blue) = 38+139+239=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #268BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268BEF is #D97410. Grayscale: #777777. Windows color (decimal): -14251025 or 15698726. OLE color: 15698726.

HSL color Cylindrical-coordinate representation of color #268BEF: hue angle of 209.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268BEF is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB38139239-
CMYK0.840.4200.06
HSL209.85º86.27%54.31%-
HSV(B)209.85º84.1%93.73%-
XYZ25.6125.1185.16-
YUV120.2195.0469.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.13%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 239 (93.75% from 255) = 57.45%
R=9.13%
G=33.41%
B=57.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal381392390.840.4200.06209.8586.2754.31
Hex268BEF542A06d25636
Octal46213357124520632212666
Binary100110100010111110111110101001010100110110100101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,139,239); }

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

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

 a { background-color: rgb(38,139,239); }

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

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

 span { border-color: rgb(38,139,239); }

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