Html Css Color HEX #1994F9 Dodger Blue

📋 copy color: '#1994F9'

red 25 ◦ green 148 ◦ blue 249

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

Shades of Dodger Blue #1994F9

Tints of Dodger Blue #1994F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59%

R = 5.92%
G = 35.07%
B = 59%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1994F9 (or 0x1994F9) is known color: Dodger Blue. HEX triplet: 19, 94 and F9. RGB value is (25,148,249). Sum of RGB (Red+Green+Blue) = 25+148+249=422 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.92% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #1994F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1994F9 is #E66B06. Grayscale: #7A7A7A. Windows color (decimal): -15100679 or 16356377. OLE color: 16356377.

HSL color Cylindrical-coordinate representation of color #1994F9: hue angle of 207.05º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1994F9 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 148 249 -
CMYK 0.90 0.41 0 0.02
HSL 207.05º 0.95% 0.54% -
HSV(B) 207.05º 0.9% 0.98% -
XYZ 28.09 28.23 93.59 -
YUV 122.74 199.25 58.29 -
System Red Green Blue C M Y K H S L
Decimal 25 148 249 0.90 0.41 0 0.02 207.05 0.95 0.54
Hex 19 94 F9 5A 29 0 2 CF 5F 36
Octal 31 224 371 132 51 0 2 317 137 66
Binary 11001 10010100 11111001 1011010 101001 0 10 11001111 1011111 110110

Color Harmonies of #1994F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994F9

Black with #1994F9

Text Example


Text Example

White with #1994F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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