Html Css Color HEX #1472ED Dodger Blue

📋 copy color: '#1472ED'

red 20 ◦ green 114 ◦ blue 237

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

Shades of Dodger Blue #1472ED

Tints of Dodger Blue #1472ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.88%

R = 5.39%
G = 30.73%
B = 63.88%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1472ED (or 0x1472ED) is known color: Dodger Blue. HEX triplet: 14, 72 and ED. RGB value is (20,114,237). Sum of RGB (Red+Green+Blue) = 20+114+237=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #1472ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1472ED is #EB8D12. Grayscale: #636363. Windows color (decimal): -15437075 or 15561236. OLE color: 15561236.

HSL color Cylindrical-coordinate representation of color #1472ED: hue angle of 214.01º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1472ED is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 114 237 -
CMYK 0.92 0.52 0 0.07
HSL 214.01º 0.86% 0.5% -
HSV(B) 214.01º 0.92% 0.93% -
XYZ 21.59 18.3 82.51 -
YUV 99.92 205.36 71 -
System Red Green Blue C M Y K H S L
Decimal 20 114 237 0.92 0.52 0 0.07 214.01 0.86 0.5
Hex 14 72 ED 5C 34 0 7 D6 56 32
Octal 24 162 355 134 64 0 7 326 126 62
Binary 10100 1110010 11101101 1011100 110100 0 111 11010110 1010110 110010

Color Harmonies of #1472ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1472ED

Black with #1472ED

Text Example


Text Example

White with #1472ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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