Html Css Color HEX #168AEE Dodger Blue

📋 copy color: '#168AEE'

red 22 ◦ green 138 ◦ blue 238

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

Shades of Dodger Blue #168AEE

Tints of Dodger Blue #168AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.8%

R = 5.53%
G = 34.67%
B = 59.8%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#168AEE (or 0x168AEE) is known color: Dodger Blue. HEX triplet: 16, 8A and EE. RGB value is (22,138,238). Sum of RGB (Red+Green+Blue) = 22+138+238=398 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.53% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #168AEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168AEE is #E97511. Grayscale: #727272. Windows color (decimal): -15299858 or 15632918. OLE color: 15632918.

HSL color Cylindrical-coordinate representation of color #168AEE: hue angle of 207.78º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168AEE is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 138 238 -
CMYK 0.91 0.42 0 0.07
HSL 207.78º 0.86% 0.51% -
HSV(B) 207.78º 0.91% 0.93% -
XYZ 24.85 24.52 84.31 -
YUV 114.72 197.57 61.87 -
System Red Green Blue C M Y K H S L
Decimal 22 138 238 0.91 0.42 0 0.07 207.78 0.86 0.51
Hex 16 8A EE 5B 2A 0 7 D0 56 33
Octal 26 212 356 133 52 0 7 320 126 63
Binary 10110 10001010 11101110 1011011 101010 0 111 11010000 1010110 110011

Color Harmonies of #168AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168AEE

Black with #168AEE

Text Example


Text Example

White with #168AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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