Html Css Color HEX #166FFA Dodger Blue

📋 copy color: '#166FFA'

red 22 ◦ green 111 ◦ blue 250

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

Shades of Dodger Blue #166FFA

Tints of Dodger Blue #166FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.98%

 BLUE value IS 250 (98.05% from 255) = 65.27%

R = 5.74%
G = 28.98%
B = 65.27%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#166FFA (or 0x166FFA) is known color: Dodger Blue. HEX triplet: 16, 6F and FA. RGB value is (22,111,250). Sum of RGB (Red+Green+Blue) = 22+111+250=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #166FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166FFA is #E99005. Grayscale: #636363. Windows color (decimal): -15306758 or 16412438. OLE color: 16412438.

HSL color Cylindrical-coordinate representation of color #166FFA: hue angle of 216.58º degrees, saturation: 0.96, 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 #166FFA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 22 111 250 -
CMYK 0.91 0.56 0 0.02
HSL 216.58º 0.96% 0.53% -
HSV(B) 216.58º 0.91% 0.98% -
XYZ 23.27 18.44 92.78 -
YUV 100.24 212.51 72.2 -
System Red Green Blue C M Y K H S L
Decimal 22 111 250 0.91 0.56 0 0.02 216.58 0.96 0.53
Hex 16 6F FA 5B 38 0 2 D9 60 35
Octal 26 157 372 133 70 0 2 331 140 65
Binary 10110 1101111 11111010 1011011 111000 0 10 11011001 1100000 110101

Color Harmonies of #166FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166FFA

Black with #166FFA

Text Example


Text Example

White with #166FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166FFA; }

 p { color: rgb(22,111,250); }

 H1.HeaderClassName
 {
   color: #166FFA;
 }
 .AnyTagClassName
 {
   color: #166FFA;
 }
</style>

background-color css

<style>
 a { background-color: #166FFA; }

 a { background-color: rgb(22,111,250); }

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

border-color css

<style>
 span { border-color: #166FFA; }

 span { border-color: rgb(22,111,250); }

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