Html Css Color HEX #1472FA Dodger Blue

📋 copy color: '#1472FA'

red 20 ◦ green 114 ◦ blue 250

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

Shades of Dodger Blue #1472FA

Tints of Dodger Blue #1472FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

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

R = 5.21%
G = 29.69%
B = 65.1%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1472FA (or 0x1472FA) is known color: Dodger Blue. HEX triplet: 14, 72 and FA. RGB value is (20,114,250). Sum of RGB (Red+Green+Blue) = 20+114+250=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #1472FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1472FA is #EB8D05. Grayscale: #646464. Windows color (decimal): -15437062 or 16413204. OLE color: 16413204.

HSL color Cylindrical-coordinate representation of color #1472FA: hue angle of 215.48º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1472FA is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 114 250 -
CMYK 0.92 0.54 0 0.02
HSL 215.48º 0.96% 0.53% -
HSV(B) 215.48º 0.92% 0.98% -
XYZ 23.56 19.09 92.88 -
YUV 101.4 211.86 69.94 -
System Red Green Blue C M Y K H S L
Decimal 20 114 250 0.92 0.54 0 0.02 215.48 0.96 0.53
Hex 14 72 FA 5C 36 0 2 D7 60 35
Octal 24 162 372 134 66 0 2 327 140 65
Binary 10100 1110010 11111010 1011100 110110 0 10 11010111 1100000 110101

Color Harmonies of #1472FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1472FA

Black with #1472FA

Text Example


Text Example

White with #1472FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1472FA; }

 p { color: rgb(20,114,250); }

 H1.HeaderClassName
 {
   color: #1472FA;
 }
 .AnyTagClassName
 {
   color: #1472FA;
 }
</style>

background-color css

<style>
 a { background-color: #1472FA; }

 a { background-color: rgb(20,114,250); }

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

border-color css

<style>
 span { border-color: #1472FA; }

 span { border-color: rgb(20,114,250); }

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