#268EDB

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

Shades of Dodger Blue #268EDB

Tints of Dodger Blue #268EDB

Color information

#268EDB (or 0x268EDB) is unknown color: approx Dodger Blue. HEX triplet: 26, 8E and DB. RGB value is (38,142,219). Sum of RGB (Red+Green+Blue) = 38+142+219=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #268EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268EDB is #D97124. Grayscale: #777777. Windows color (decimal): -14250277 or 14388774. OLE color: 14388774.

HSL color Cylindrical-coordinate representation of color #268EDB: hue angle of 205.52º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268EDB is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB38142219-
CMYK0.830.3500.14
HSL205.52º71.54%50.39%-
HSV(B)205.52º82.65%85.88%-
XYZ23.2624.8770.59-
YUV119.68184.0469.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.52%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 219 (85.94% from 255) = 54.89%
R=9.52%
G=35.59%
B=54.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal381422190.830.3500.14205.5271.5450.39
Hex268EDB53230Ece4832
Octal462163331234301631611062
Binary1001101000111011011011101001110001101110110011101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,142,219); }

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

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

 a { background-color: rgb(38,142,219); }

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

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

 span { border-color: rgb(38,142,219); }

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