Html Css Color HEX #1998F9 Dodger Blue

📋 copy color: '#1998F9'

red 25 ◦ green 152 ◦ blue 249

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

Shades of Dodger Blue #1998F9

Tints of Dodger Blue #1998F9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

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

R = 5.87%
G = 35.68%
B = 58.45%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1998F9 (or 0x1998F9) is known color: Dodger Blue. HEX triplet: 19, 98 and F9. RGB value is (25,152,249). Sum of RGB (Red+Green+Blue) = 25+152+249=426 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.87% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #1998F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998F9 is #E66706. Grayscale: #7C7C7C. Windows color (decimal): -15099655 or 16357401. OLE color: 16357401.

HSL color Cylindrical-coordinate representation of color #1998F9: hue angle of 205.98º 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 #1998F9 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 152 249 -
CMYK 0.90 0.39 0 0.02
HSL 205.98º 0.95% 0.54% -
HSV(B) 205.98º 0.9% 0.98% -
XYZ 28.73 29.5 93.8 -
YUV 125.09 197.92 56.61 -
System Red Green Blue C M Y K H S L
Decimal 25 152 249 0.90 0.39 0 0.02 205.98 0.95 0.54
Hex 19 98 F9 5A 27 0 2 CE 5F 36
Octal 31 230 371 132 47 0 2 316 137 66
Binary 11001 10011000 11111001 1011010 100111 0 10 11001110 1011111 110110

Color Harmonies of #1998F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1998F9

Black with #1998F9

Text Example


Text Example

White with #1998F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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