Html Css Color HEX #168DF9 Dodger Blue

📋 copy color: '#168DF9'

red 22 ◦ green 141 ◦ blue 249

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

Shades of Dodger Blue #168DF9

Tints of Dodger Blue #168DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

 BLUE value IS 249 (97.66% from 255) = 60.44%

R = 5.34%
G = 34.22%
B = 60.44%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#168DF9 (or 0x168DF9) is known color: Dodger Blue. HEX triplet: 16, 8D and F9. RGB value is (22,141,249). Sum of RGB (Red+Green+Blue) = 22+141+249=412 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.34% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #168DF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168DF9 is #E97206. Grayscale: #757575. Windows color (decimal): -15299079 or 16354582. OLE color: 16354582.

HSL color Cylindrical-coordinate representation of color #168DF9: hue angle of 208.55º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168DF9 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 22 141 249 -
CMYK 0.91 0.43 0 0.02
HSL 208.55º 0.95% 0.53% -
HSV(B) 208.55º 0.91% 0.98% -
XYZ 26.95 26.06 93.23 -
YUV 117.73 202.08 59.72 -
System Red Green Blue C M Y K H S L
Decimal 22 141 249 0.91 0.43 0 0.02 208.55 0.95 0.53
Hex 16 8D F9 5B 2B 0 2 D1 5F 35
Octal 26 215 371 133 53 0 2 321 137 65
Binary 10110 10001101 11111001 1011011 101011 0 10 11010001 1011111 110101

Color Harmonies of #168DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168DF9

Black with #168DF9

Text Example


Text Example

White with #168DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,141,249); }

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

background-color css

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

 a { background-color: rgb(22,141,249); }

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

border-color css

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

 span { border-color: rgb(22,141,249); }

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