Html Css Color HEX #1471FE Dodger Blue

📋 copy color: '#1471FE'

red 20 ◦ green 113 ◦ blue 254

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

Shades of Dodger Blue #1471FE

Tints of Dodger Blue #1471FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 254 (99.61% from 255) = 65.63%

R = 5.17%
G = 29.2%
B = 65.63%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1471FE (or 0x1471FE) is known color: Dodger Blue. HEX triplet: 14, 71 and FE. RGB value is (20,113,254). Sum of RGB (Red+Green+Blue) = 20+113+254=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #1471FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1471FE is #EB8E01. Grayscale: #646464. Windows color (decimal): -15437314 or 16675092. OLE color: 16675092.

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

Color convert

RGB 20 113 254 -
CMYK 0.92 0.56 0 0.00
HSL 216.15º 0.99% 0.54% -
HSV(B) 216.15º 0.92% 1% -
XYZ 24.08 19.11 96.19 -
YUV 101.27 214.19 70.04 -
System Red Green Blue C M Y K H S L
Decimal 20 113 254 0.92 0.56 0 0.00 216.15 0.99 0.54
Hex 14 71 FE 5C 38 0 0 D8 63 36
Octal 24 161 376 134 70 0 0 330 143 66
Binary 10100 1110001 11111110 1011100 111000 0 0 11011000 1100011 110110

Color Harmonies of #1471FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471FE

Black with #1471FE

Text Example


Text Example

White with #1471FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1471FE; }

 p { color: rgb(20,113,254); }

 H1.HeaderClassName
 {
   color: #1471FE;
 }
 .AnyTagClassName
 {
   color: #1471FE;
 }
</style>

background-color css

<style>
 a { background-color: #1471FE; }

 a { background-color: rgb(20,113,254); }

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

border-color css

<style>
 span { border-color: #1471FE; }

 span { border-color: rgb(20,113,254); }

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