Html Css Color HEX #168EDE Dodger Blue

📋 copy color: '#168EDE'

red 22 ◦ green 142 ◦ blue 222

#168EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #168EDE

Tints of Dodger Blue #168EDE

RGB

 RED value IS 22 (8.98% from 255) = 5.7%

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 5.7%
G = 36.79%
B = 57.51%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#168EDE (or 0x168EDE) is known color: Dodger Blue. HEX triplet: 16, 8E and DE. RGB value is (22,142,222). Sum of RGB (Red+Green+Blue) = 22+142+222=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #168EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168EDE is #E97121. Grayscale: #727272. Windows color (decimal): -15298850 or 14585366. OLE color: 14585366.

HSL color Cylindrical-coordinate representation of color #168EDE: hue angle of 204º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168EDE is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 142 222 -
CMYK 0.90 0.36 0 0.13
HSL 204º 0.82% 0.48% -
HSV(B) 204º 0.9% 0.87% -
XYZ 23.19 24.79 72.67 -
YUV 115.24 188.24 61.5 -
System Red Green Blue C M Y K H S L
Decimal 22 142 222 0.90 0.36 0 0.13 204 0.82 0.48
Hex 16 8E DE 5A 24 0 D CC 52 30
Octal 26 216 336 132 44 0 15 314 122 60
Binary 10110 10001110 11011110 1011010 100100 0 1101 11001100 1010010 110000

Color Harmonies of #168EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168EDE

Black with #168EDE

Text Example


Text Example

White with #168EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168EDE; }

 p { color: rgb(22,142,222); }

 H1.HeaderClassName
 {
   color: #168EDE;
 }
 .AnyTagClassName
 {
   color: #168EDE;
 }
</style>

background-color css

<style>
 a { background-color: #168EDE; }

 a { background-color: rgb(22,142,222); }

 div.DivClassName
 {
   background-color: #168EDE;
 }
 .BgClassName
 {
   background-color: #168EDE;
 }
</style>

border-color css

<style>
 span { border-color: #168EDE; }

 span { border-color: rgb(22,142,222); }

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