Html Css Color HEX #1972EF Dodger Blue

📋 copy color: '#1972EF'

red 25 ◦ green 114 ◦ blue 239

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

Shades of Dodger Blue #1972EF

Tints of Dodger Blue #1972EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 6.61%
G = 30.16%
B = 63.23%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1972EF (or 0x1972EF) is known color: Dodger Blue. HEX triplet: 19, 72 and EF. RGB value is (25,114,239). Sum of RGB (Red+Green+Blue) = 25+114+239=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #1972EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1972EF is #E68D10. Grayscale: #656565. Windows color (decimal): -15109393 or 15692313. OLE color: 15692313.

HSL color Cylindrical-coordinate representation of color #1972EF: hue angle of 215.05º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1972EF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 114 239 -
CMYK 0.90 0.52 0 0.06
HSL 215.05º 0.87% 0.52% -
HSV(B) 215.05º 0.9% 0.94% -
XYZ 22 18.47 84.07 -
YUV 101.64 205.51 73.34 -
System Red Green Blue C M Y K H S L
Decimal 25 114 239 0.90 0.52 0 0.06 215.05 0.87 0.52
Hex 19 72 EF 5A 34 0 6 D7 57 34
Octal 31 162 357 132 64 0 6 327 127 64
Binary 11001 1110010 11101111 1011010 110100 0 110 11010111 1010111 110100

Color Harmonies of #1972EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1972EF

Black with #1972EF

Text Example


Text Example

White with #1972EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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