Html Css Color HEX #198EFF Dodger Blue

📋 copy color: '#198EFF'

red 25 ◦ green 142 ◦ blue 255

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

Shades of Dodger Blue #198EFF

Tints of Dodger Blue #198EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 255 (100% from 255) = 60.43%

R = 5.92%
G = 33.65%
B = 60.43%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#198EFF (or 0x198EFF) is known color: Dodger Blue. HEX triplet: 19, 8E and FF. RGB value is (25,142,255). Sum of RGB (Red+Green+Blue) = 25+142+255=422 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.92% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #198EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198EFF is #E67100. Grayscale: #777777. Windows color (decimal): -15102209 or 16748057. OLE color: 16748057.

HSL color Cylindrical-coordinate representation of color #198EFF: hue angle of 209.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198EFF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 142 255 -
CMYK 0.90 0.44 0 0
HSL 209.48º 1% 0.55% -
HSV(B) 209.48º 0.9% 1% -
XYZ 28.12 26.77 98.29 -
YUV 119.9 204.24 60.31 -
System Red Green Blue C M Y K H S L
Decimal 25 142 255 0.90 0.44 0 0 209.48 1 0.55
Hex 19 8E FF 5A 2C 0 0 D1 64 37
Octal 31 216 377 132 54 0 0 321 144 67
Binary 11001 10001110 11111111 1011010 101100 0 0 11010001 1100100 110111

Color Harmonies of #198EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198EFF

Black with #198EFF

Text Example


Text Example

White with #198EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,142,255); }

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

background-color css

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

 a { background-color: rgb(25,142,255); }

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

border-color css

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

 span { border-color: rgb(25,142,255); }

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