Html Css Color HEX #168ADB Dodger Blue

📋 copy color: '#168ADB'

red 22 ◦ green 138 ◦ blue 219

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

Shades of Dodger Blue #168ADB

Tints of Dodger Blue #168ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.78%

R = 5.8%
G = 36.41%
B = 57.78%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#168ADB (or 0x168ADB) is known color: Dodger Blue. HEX triplet: 16, 8A and DB. RGB value is (22,138,219). Sum of RGB (Red+Green+Blue) = 22+138+219=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #168ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ADB is #E97524. Grayscale: #707070. Windows color (decimal): -15299877 or 14387734. OLE color: 14387734.

HSL color Cylindrical-coordinate representation of color #168ADB: hue angle of 204.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168ADB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 138 219 -
CMYK 0.90 0.37 0 0.14
HSL 204.67º 0.82% 0.47% -
HSV(B) 204.67º 0.9% 0.86% -
XYZ 22.21 23.46 70.38 -
YUV 112.55 188.07 63.41 -
System Red Green Blue C M Y K H S L
Decimal 22 138 219 0.90 0.37 0 0.14 204.67 0.82 0.47
Hex 16 8A DB 5A 25 0 E CD 52 2F
Octal 26 212 333 132 45 0 16 315 122 57
Binary 10110 10001010 11011011 1011010 100101 0 1110 11001101 1010010 101111

Color Harmonies of #168ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168ADB

Black with #168ADB

Text Example


Text Example

White with #168ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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