Html Css Color HEX #1994F2 Dodger Blue

📋 copy color: '#1994F2'

red 25 ◦ green 148 ◦ blue 242

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

Shades of Dodger Blue #1994F2

Tints of Dodger Blue #1994F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.31%

R = 6.02%
G = 35.66%
B = 58.31%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1994F2 (or 0x1994F2) is known color: Dodger Blue. HEX triplet: 19, 94 and F2. RGB value is (25,148,242). Sum of RGB (Red+Green+Blue) = 25+148+242=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #1994F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1994F2 is #E66B0D. Grayscale: #797979. Windows color (decimal): -15100686 or 15897625. OLE color: 15897625.

HSL color Cylindrical-coordinate representation of color #1994F2: hue angle of 205.99º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1994F2 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 148 242 -
CMYK 0.90 0.39 0 0.05
HSL 205.99º 0.89% 0.52% -
HSV(B) 205.99º 0.9% 0.95% -
XYZ 27.02 27.8 87.95 -
YUV 121.94 195.75 58.86 -
System Red Green Blue C M Y K H S L
Decimal 25 148 242 0.90 0.39 0 0.05 205.99 0.89 0.52
Hex 19 94 F2 5A 27 0 5 CE 59 34
Octal 31 224 362 132 47 0 5 316 131 64
Binary 11001 10010100 11110010 1011010 100111 0 101 11001110 1011001 110100

Color Harmonies of #1994F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994F2

Black with #1994F2

Text Example


Text Example

White with #1994F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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