Html Css Color HEX #198EE2 Dodger Blue

📋 copy color: '#198EE2'

red 25 ◦ green 142 ◦ blue 226

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

Shades of Dodger Blue #198EE2

Tints of Dodger Blue #198EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 57.51%

R = 6.36%
G = 36.13%
B = 57.51%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#198EE2 (or 0x198EE2) is known color: Dodger Blue. HEX triplet: 19, 8E and E2. RGB value is (25,142,226). Sum of RGB (Red+Green+Blue) = 25+142+226=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 226 (88.67% from 255 or 57.51% from 393); Max value from RGB is 226 - color contains mainly: blue. Hex color #198EE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198EE2 is #E6711D. Grayscale: #747474. Windows color (decimal): -15102238 or 14847513. OLE color: 14847513.

HSL color Cylindrical-coordinate representation of color #198EE2: hue angle of 205.07º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198EE2 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 25 142 226 -
CMYK 0.89 0.37 0 0.11
HSL 205.07º 0.8% 0.49% -
HSV(B) 205.07º 0.89% 0.89% -
XYZ 23.8 25.04 75.53 -
YUV 116.59 189.74 62.67 -
System Red Green Blue C M Y K H S L
Decimal 25 142 226 0.89 0.37 0 0.11 205.07 0.8 0.49
Hex 19 8E E2 59 25 0 B CD 50 31
Octal 31 216 342 131 45 0 13 315 120 61
Binary 11001 10001110 11100010 1011001 100101 0 1011 11001101 1010000 110001

Color Harmonies of #198EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198EE2

Black with #198EE2

Text Example


Text Example

White with #198EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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