Html Css Color HEX #166BFA Dodger Blue

📋 copy color: '#166BFA'

red 22 ◦ green 107 ◦ blue 250

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

Shades of Dodger Blue #166BFA

Tints of Dodger Blue #166BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

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

R = 5.8%
G = 28.23%
B = 65.96%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#166BFA (or 0x166BFA) is known color: Dodger Blue. HEX triplet: 16, 6B and FA. RGB value is (22,107,250). Sum of RGB (Red+Green+Blue) = 22+107+250=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #166BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166BFA is #E99405. Grayscale: #616161. Windows color (decimal): -15307782 or 16411414. OLE color: 16411414.

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

Color convert

RGB 22 107 250 -
CMYK 0.91 0.57 0 0.02
HSL 217.63º 0.96% 0.53% -
HSV(B) 217.63º 0.91% 0.98% -
XYZ 22.84 17.59 92.63 -
YUV 97.89 213.84 73.87 -
System Red Green Blue C M Y K H S L
Decimal 22 107 250 0.91 0.57 0 0.02 217.63 0.96 0.53
Hex 16 6B FA 5B 39 0 2 DA 60 35
Octal 26 153 372 133 71 0 2 332 140 65
Binary 10110 1101011 11111010 1011011 111001 0 10 11011010 1100000 110101

Color Harmonies of #166BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166BFA

Black with #166BFA

Text Example


Text Example

White with #166BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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