Html Css Color HEX #1994EA Dodger Blue

📋 copy color: '#1994EA'

red 25 ◦ green 148 ◦ blue 234

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

Shades of Dodger Blue #1994EA

Tints of Dodger Blue #1994EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 6.14%
G = 36.36%
B = 57.49%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1994EA (or 0x1994EA) is known color: Dodger Blue. HEX triplet: 19, 94 and EA. RGB value is (25,148,234). Sum of RGB (Red+Green+Blue) = 25+148+234=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #1994EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1994EA is #E66B15. Grayscale: #787878. Windows color (decimal): -15100694 or 15373337. OLE color: 15373337.

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

Color convert

RGB 25 148 234 -
CMYK 0.89 0.37 0 0.08
HSL 204.69º 0.83% 0.51% -
HSV(B) 204.69º 0.89% 0.92% -
XYZ 25.84 27.33 81.75 -
YUV 121.03 191.75 59.51 -
System Red Green Blue C M Y K H S L
Decimal 25 148 234 0.89 0.37 0 0.08 204.69 0.83 0.51
Hex 19 94 EA 59 25 0 8 CD 53 33
Octal 31 224 352 131 45 0 10 315 123 63
Binary 11001 10010100 11101010 1011001 100101 0 1000 11001101 1010011 110011

Color Harmonies of #1994EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994EA

Black with #1994EA

Text Example


Text Example

White with #1994EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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