Html Css Color HEX #1972EA Dodger Blue

📋 copy color: '#1972EA'

red 25 ◦ green 114 ◦ blue 234

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

Shades of Dodger Blue #1972EA

Tints of Dodger Blue #1972EA

RGB

 RED value IS 25 (10.16% from 255) = 6.7%

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

 BLUE value IS 234 (91.8% from 255) = 62.73%

R = 6.7%
G = 30.56%
B = 62.73%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1972EA (or 0x1972EA) is known color: Dodger Blue. HEX triplet: 19, 72 and EA. RGB value is (25,114,234). Sum of RGB (Red+Green+Blue) = 25+114+234=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #1972EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1972EA is #E68D15. Grayscale: #646464. Windows color (decimal): -15109398 or 15364633. OLE color: 15364633.

HSL color Cylindrical-coordinate representation of color #1972EA: hue angle of 214.45º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1972EA is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 114 234 -
CMYK 0.89 0.51 0 0.08
HSL 214.45º 0.83% 0.51% -
HSV(B) 214.45º 0.89% 0.92% -
XYZ 21.27 18.18 80.23 -
YUV 101.07 203.01 73.74 -
System Red Green Blue C M Y K H S L
Decimal 25 114 234 0.89 0.51 0 0.08 214.45 0.83 0.51
Hex 19 72 EA 59 33 0 8 D6 53 33
Octal 31 162 352 131 63 0 10 326 123 63
Binary 11001 1110010 11101010 1011001 110011 0 1000 11010110 1010011 110011

Color Harmonies of #1972EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1972EA

Black with #1972EA

Text Example


Text Example

White with #1972EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1972EA; }

 p { color: rgb(25,114,234); }

 H1.HeaderClassName
 {
   color: #1972EA;
 }
 .AnyTagClassName
 {
   color: #1972EA;
 }
</style>

background-color css

<style>
 a { background-color: #1972EA; }

 a { background-color: rgb(25,114,234); }

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

border-color css

<style>
 span { border-color: #1972EA; }

 span { border-color: rgb(25,114,234); }

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