Html Css Color HEX #168BE7 Dodger Blue

📋 copy color: '#168BE7'

red 22 ◦ green 139 ◦ blue 231

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

Shades of Dodger Blue #168BE7

Tints of Dodger Blue #168BE7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.46%

 BLUE value IS 231 (90.63% from 255) = 58.93%

R = 5.61%
G = 35.46%
B = 58.93%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#168BE7 (or 0x168BE7) is known color: Dodger Blue. HEX triplet: 16, 8B and E7. RGB value is (22,139,231). Sum of RGB (Red+Green+Blue) = 22+139+231=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 231 (90.62% from 255 or 58.93% from 392); Max value from RGB is 231 - color contains mainly: blue. Hex color #168BE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168BE7 is #E97418. Grayscale: #727272. Windows color (decimal): -15299609 or 15174422. OLE color: 15174422.

HSL color Cylindrical-coordinate representation of color #168BE7: hue angle of 206.41º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168BE7 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 22 139 231 -
CMYK 0.90 0.40 0 0.09
HSL 206.41º 0.83% 0.5% -
HSV(B) 206.41º 0.9% 0.91% -
XYZ 23.99 24.41 79.05 -
YUV 114.51 193.74 62.02 -
System Red Green Blue C M Y K H S L
Decimal 22 139 231 0.90 0.40 0 0.09 206.41 0.83 0.5
Hex 16 8B E7 5A 28 0 9 CE 53 32
Octal 26 213 347 132 50 0 11 316 123 62
Binary 10110 10001011 11100111 1011010 101000 0 1001 11001110 1010011 110010

Color Harmonies of #168BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168BE7

Black with #168BE7

Text Example


Text Example

White with #168BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,139,231); }

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

background-color css

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

 a { background-color: rgb(22,139,231); }

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

border-color css

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

 span { border-color: rgb(22,139,231); }

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