Html Css Color HEX #1998EF Dodger Blue

📋 copy color: '#1998EF'

red 25 ◦ green 152 ◦ blue 239

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

Shades of Dodger Blue #1998EF

Tints of Dodger Blue #1998EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.45%

R = 6.01%
G = 36.54%
B = 57.45%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1998EF (or 0x1998EF) is known color: Dodger Blue. HEX triplet: 19, 98 and EF. RGB value is (25,152,239). Sum of RGB (Red+Green+Blue) = 25+152+239=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #1998EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998EF is #E66710. Grayscale: #7B7B7B. Windows color (decimal): -15099665 or 15702041. OLE color: 15702041.

HSL color Cylindrical-coordinate representation of color #1998EF: hue angle of 204.39º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1998EF is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 152 239 -
CMYK 0.90 0.36 0 0.06
HSL 204.39º 0.87% 0.52% -
HSV(B) 204.39º 0.9% 0.94% -
XYZ 27.21 28.9 85.8 -
YUV 123.95 192.92 57.43 -
System Red Green Blue C M Y K H S L
Decimal 25 152 239 0.90 0.36 0 0.06 204.39 0.87 0.52
Hex 19 98 EF 5A 24 0 6 CC 57 34
Octal 31 230 357 132 44 0 6 314 127 64
Binary 11001 10011000 11101111 1011010 100100 0 110 11001100 1010111 110100

Color Harmonies of #1998EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1998EF

Black with #1998EF

Text Example


Text Example

White with #1998EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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