Html Css Color HEX #1974EB Dodger Blue

📋 copy color: '#1974EB'

red 25 ◦ green 116 ◦ blue 235

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

Shades of Dodger Blue #1974EB

Tints of Dodger Blue #1974EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 6.65%
G = 30.85%
B = 62.5%

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

#1974EB (or 0x1974EB) is known color: Dodger Blue. HEX triplet: 19, 74 and EB. RGB value is (25,116,235). Sum of RGB (Red+Green+Blue) = 25+116+235=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #1974EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1974EB is #E68B14. Grayscale: #656565. Windows color (decimal): -15108885 or 15430681. OLE color: 15430681.

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

Color convert

RGB 25 116 235 -
CMYK 0.89 0.51 0 0.08
HSL 214º 0.84% 0.51% -
HSV(B) 214º 0.89% 0.92% -
XYZ 21.64 18.7 81.07 -
YUV 102.36 202.85 72.82 -
System Red Green Blue C M Y K H S L
Decimal 25 116 235 0.89 0.51 0 0.08 214 0.84 0.51
Hex 19 74 EB 59 33 0 8 D6 54 33
Octal 31 164 353 131 63 0 10 326 124 63
Binary 11001 1110100 11101011 1011001 110011 0 1000 11010110 1010100 110011

Color Harmonies of #1974EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1974EB

Black with #1974EB

Text Example


Text Example

White with #1974EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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