Html Css Color HEX #198FEC Dodger Blue

📋 copy color: '#198FEC'

red 25 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #198FEC

Tints of Dodger Blue #198FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

 BLUE value IS 236 (92.58% from 255) = 58.42%

R = 6.19%
G = 35.4%
B = 58.42%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#198FEC (or 0x198FEC) is known color: Dodger Blue. HEX triplet: 19, 8F and EC. RGB value is (25,143,236). Sum of RGB (Red+Green+Blue) = 25+143+236=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #198FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198FEC is #E67013. Grayscale: #757575. Windows color (decimal): -15101972 or 15503129. OLE color: 15503129.

HSL color Cylindrical-coordinate representation of color #198FEC: hue angle of 206.45º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198FEC is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 143 236 -
CMYK 0.89 0.39 0 0.07
HSL 206.45º 0.85% 0.51% -
HSV(B) 206.45º 0.89% 0.93% -
XYZ 25.36 25.91 83.02 -
YUV 118.32 194.41 61.44 -
System Red Green Blue C M Y K H S L
Decimal 25 143 236 0.89 0.39 0 0.07 206.45 0.85 0.51
Hex 19 8F EC 59 27 0 7 CE 55 33
Octal 31 217 354 131 47 0 7 316 125 63
Binary 11001 10001111 11101100 1011001 100111 0 111 11001110 1010101 110011

Color Harmonies of #198FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FEC

Black with #198FEC

Text Example


Text Example

White with #198FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198FEC; }

 p { color: rgb(25,143,236); }

 H1.HeaderClassName
 {
   color: #198FEC;
 }
 .AnyTagClassName
 {
   color: #198FEC;
 }
</style>

background-color css

<style>
 a { background-color: #198FEC; }

 a { background-color: rgb(25,143,236); }

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

border-color css

<style>
 span { border-color: #198FEC; }

 span { border-color: rgb(25,143,236); }

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