Html Css Color HEX #1471FC Dodger Blue

📋 copy color: '#1471FC'

red 20 ◦ green 113 ◦ blue 252

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

Shades of Dodger Blue #1471FC

Tints of Dodger Blue #1471FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.45%

R = 5.19%
G = 29.35%
B = 65.45%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1471FC (or 0x1471FC) is known color: Dodger Blue. HEX triplet: 14, 71 and FC. RGB value is (20,113,252). Sum of RGB (Red+Green+Blue) = 20+113+252=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #1471FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1471FC is #EB8E03. Grayscale: #646464. Windows color (decimal): -15437316 or 16544020. OLE color: 16544020.

HSL color Cylindrical-coordinate representation of color #1471FC: hue angle of 215.95º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1471FC is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 113 252 -
CMYK 0.92 0.55 0 0.01
HSL 215.95º 0.97% 0.53% -
HSV(B) 215.95º 0.92% 0.99% -
XYZ 23.76 18.99 94.51 -
YUV 101.04 213.19 70.2 -
System Red Green Blue C M Y K H S L
Decimal 20 113 252 0.92 0.55 0 0.01 215.95 0.97 0.53
Hex 14 71 FC 5C 37 0 1 D8 61 35
Octal 24 161 374 134 67 0 1 330 141 65
Binary 10100 1110001 11111100 1011100 110111 0 1 11011000 1100001 110101

Color Harmonies of #1471FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471FC

Black with #1471FC

Text Example


Text Example

White with #1471FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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