Html Css Color HEX #1998FC Dodger Blue

📋 copy color: '#1998FC'

red 25 ◦ green 152 ◦ blue 252

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

Shades of Dodger Blue #1998FC

Tints of Dodger Blue #1998FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.74%

R = 5.83%
G = 35.43%
B = 58.74%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1998FC (or 0x1998FC) is known color: Dodger Blue. HEX triplet: 19, 98 and FC. RGB value is (25,152,252). Sum of RGB (Red+Green+Blue) = 25+152+252=429 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.83% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #1998FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998FC is #E66703. Grayscale: #7C7C7C. Windows color (decimal): -15099652 or 16554009. OLE color: 16554009.

HSL color Cylindrical-coordinate representation of color #1998FC: hue angle of 206.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1998FC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 152 252 -
CMYK 0.90 0.40 0 0.01
HSL 206.43º 0.97% 0.54% -
HSV(B) 206.43º 0.9% 0.99% -
XYZ 29.2 29.69 96.29 -
YUV 125.43 199.42 56.37 -
System Red Green Blue C M Y K H S L
Decimal 25 152 252 0.90 0.40 0 0.01 206.43 0.97 0.54
Hex 19 98 FC 5A 28 0 1 CE 61 36
Octal 31 230 374 132 50 0 1 316 141 66
Binary 11001 10011000 11111100 1011010 101000 0 1 11001110 1100001 110110

Color Harmonies of #1998FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1998FC

Black with #1998FC

Text Example


Text Example

White with #1998FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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