Html Css Color HEX #168ADE Dodger Blue

📋 copy color: '#168ADE'

red 22 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #168ADE

Tints of Dodger Blue #168ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

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

R = 5.76%
G = 36.13%
B = 58.12%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#168ADE (or 0x168ADE) is known color: Dodger Blue. HEX triplet: 16, 8A and DE. RGB value is (22,138,222). Sum of RGB (Red+Green+Blue) = 22+138+222=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #168ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ADE is #E97521. Grayscale: #707070. Windows color (decimal): -15299874 or 14584342. OLE color: 14584342.

HSL color Cylindrical-coordinate representation of color #168ADE: hue angle of 205.2º 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 #168ADE is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 138 222 -
CMYK 0.90 0.38 0 0.13
HSL 205.2º 0.82% 0.48% -
HSV(B) 205.2º 0.9% 0.87% -
XYZ 22.6 23.62 72.48 -
YUV 112.89 189.57 63.17 -
System Red Green Blue C M Y K H S L
Decimal 22 138 222 0.90 0.38 0 0.13 205.2 0.82 0.48
Hex 16 8A DE 5A 26 0 D CD 52 30
Octal 26 212 336 132 46 0 15 315 122 60
Binary 10110 10001010 11011110 1011010 100110 0 1101 11001101 1010010 110000

Color Harmonies of #168ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168ADE

Black with #168ADE

Text Example


Text Example

White with #168ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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