Html Css Color HEX #1466FD Dodger Blue

📋 copy color: '#1466FD'

red 20 ◦ green 102 ◦ blue 253

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

Shades of Dodger Blue #1466FD

Tints of Dodger Blue #1466FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.47%

R = 5.33%
G = 27.2%
B = 67.47%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1466FD (or 0x1466FD) is known color: Dodger Blue. HEX triplet: 14, 66 and FD. RGB value is (20,102,253). Sum of RGB (Red+Green+Blue) = 20+102+253=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #1466FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1466FD is #EB9902. Grayscale: #5E5E5E. Windows color (decimal): -15440131 or 16606740. OLE color: 16606740.

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

Color convert

RGB 20 102 253 -
CMYK 0.92 0.60 0 0.01
HSL 218.88º 0.98% 0.54% -
HSV(B) 218.88º 0.92% 0.99% -
XYZ 22.77 16.74 94.96 -
YUV 94.7 217.33 74.72 -
System Red Green Blue C M Y K H S L
Decimal 20 102 253 0.92 0.60 0 0.01 218.88 0.98 0.54
Hex 14 66 FD 5C 3C 0 1 DB 62 36
Octal 24 146 375 134 74 0 1 333 142 66
Binary 10100 1100110 11111101 1011100 111100 0 1 11011011 1100010 110110

Color Harmonies of #1466FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1466FD

Black with #1466FD

Text Example


Text Example

White with #1466FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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