Html Css Color HEX #1466FF Dodger Blue

📋 copy color: '#1466FF'

red 20 ◦ green 102 ◦ blue 255

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

Shades of Dodger Blue #1466FF

Tints of Dodger Blue #1466FF

RGB

 RED value IS 20 (8.2% from 255) = 5.31%

 GREEN value IS 102 (40.23% from 255) = 27.06%

 BLUE value IS 255 (100% from 255) = 67.64%

R = 5.31%
G = 27.06%
B = 67.64%

CMYK

 C value IS 0.92

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1466FF (or 0x1466FF) is known color: Dodger Blue. HEX triplet: 14, 66 and FF. RGB value is (20,102,255). Sum of RGB (Red+Green+Blue) = 20+102+255=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #1466FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1466FF is #EB9900. Grayscale: #5E5E5E. Windows color (decimal): -15440129 or 16737812. OLE color: 16737812.

HSL color Cylindrical-coordinate representation of color #1466FF: hue angle of 219.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1466FF is Cyan = 0.92, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 102 255 -
CMYK 0.92 0.6 0 0
HSL 219.06º 1% 0.54% -
HSV(B) 219.06º 0.92% 1% -
XYZ 23.09 16.87 96.65 -
YUV 94.92 218.33 74.56 -
System Red Green Blue C M Y K H S L
Decimal 20 102 255 0.92 0.6 0 0 219.06 1 0.54
Hex 14 66 FF 5C 3C 0 0 DB 64 36
Octal 24 146 377 134 74 0 0 333 144 66
Binary 10100 1100110 11111111 1011100 111100 0 0 11011011 1100100 110110

Color Harmonies of #1466FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1466FF

Black with #1466FF

Text Example


Text Example

White with #1466FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1466FF; }

 p { color: rgb(20,102,255); }

 H1.HeaderClassName
 {
   color: #1466FF;
 }
 .AnyTagClassName
 {
   color: #1466FF;
 }
</style>

background-color css

<style>
 a { background-color: #1466FF; }

 a { background-color: rgb(20,102,255); }

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

border-color css

<style>
 span { border-color: #1466FF; }

 span { border-color: rgb(20,102,255); }

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