Html Css Color HEX #168AE6 Dodger Blue

📋 copy color: '#168AE6'

red 22 ◦ green 138 ◦ blue 230

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

Shades of Dodger Blue #168AE6

Tints of Dodger Blue #168AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.97%

R = 5.64%
G = 35.38%
B = 58.97%

CMYK

 C value IS 0.90

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#168AE6 (or 0x168AE6) is known color: Dodger Blue. HEX triplet: 16, 8A and E6. RGB value is (22,138,230). Sum of RGB (Red+Green+Blue) = 22+138+230=390 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.64% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #168AE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168AE6 is #E97519. Grayscale: #717171. Windows color (decimal): -15299866 or 15108630. OLE color: 15108630.

HSL color Cylindrical-coordinate representation of color #168AE6: hue angle of 206.54º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168AE6 is Cyan = 0.90, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 22 138 230 -
CMYK 0.90 0.4 0 0.10
HSL 206.54º 0.83% 0.49% -
HSV(B) 206.54º 0.9% 0.9% -
XYZ 23.7 24.06 78.26 -
YUV 113.8 193.57 62.52 -
System Red Green Blue C M Y K H S L
Decimal 22 138 230 0.90 0.4 0 0.10 206.54 0.83 0.49
Hex 16 8A E6 5A 28 0 A CF 53 31
Octal 26 212 346 132 50 0 12 317 123 61
Binary 10110 10001010 11100110 1011010 101000 0 1010 11001111 1010011 110001

Color Harmonies of #168AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168AE6

Black with #168AE6

Text Example


Text Example

White with #168AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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