Html Css Color HEX #1971EB Dodger Blue

📋 copy color: '#1971EB'

red 25 ◦ green 113 ◦ blue 235

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

Shades of Dodger Blue #1971EB

Tints of Dodger Blue #1971EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63%

R = 6.7%
G = 30.29%
B = 63%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1971EB (or 0x1971EB) is known color: Dodger Blue. HEX triplet: 19, 71 and EB. RGB value is (25,113,235). Sum of RGB (Red+Green+Blue) = 25+113+235=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #1971EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1971EB is #E68E14. Grayscale: #646464. Windows color (decimal): -15109653 or 15429913. OLE color: 15429913.

HSL color Cylindrical-coordinate representation of color #1971EB: hue angle of 214.86º degrees, saturation: 0.84, 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 #1971EB is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 113 235 -
CMYK 0.89 0.52 0 0.08
HSL 214.86º 0.84% 0.51% -
HSV(B) 214.86º 0.89% 0.92% -
XYZ 21.3 18.02 80.95 -
YUV 100.6 203.85 74.08 -
System Red Green Blue C M Y K H S L
Decimal 25 113 235 0.89 0.52 0 0.08 214.86 0.84 0.51
Hex 19 71 EB 59 34 0 8 D7 54 33
Octal 31 161 353 131 64 0 10 327 124 63
Binary 11001 1110001 11101011 1011001 110100 0 1000 11010111 1010100 110011

Color Harmonies of #1971EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1971EB

Black with #1971EB

Text Example


Text Example

White with #1971EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1971EB; }

 p { color: rgb(25,113,235); }

 H1.HeaderClassName
 {
   color: #1971EB;
 }
 .AnyTagClassName
 {
   color: #1971EB;
 }
</style>

background-color css

<style>
 a { background-color: #1971EB; }

 a { background-color: rgb(25,113,235); }

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

border-color css

<style>
 span { border-color: #1971EB; }

 span { border-color: rgb(25,113,235); }

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