Html Css Color HEX #198EDE Dodger Blue

📋 copy color: '#198EDE'

red 25 ◦ green 142 ◦ blue 222

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

Shades of Dodger Blue #198EDE

Tints of Dodger Blue #198EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.07%

R = 6.43%
G = 36.5%
B = 57.07%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#198EDE (or 0x198EDE) is known color: Dodger Blue. HEX triplet: 19, 8E and DE. RGB value is (25,142,222). Sum of RGB (Red+Green+Blue) = 25+142+222=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #198EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198EDE is #E67121. Grayscale: #737373. Windows color (decimal): -15102242 or 14585369. OLE color: 14585369.

HSL color Cylindrical-coordinate representation of color #198EDE: hue angle of 204.37º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198EDE is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 142 222 -
CMYK 0.89 0.36 0 0.13
HSL 204.37º 0.8% 0.48% -
HSV(B) 204.37º 0.89% 0.87% -
XYZ 23.26 24.83 72.67 -
YUV 116.14 187.74 63 -
System Red Green Blue C M Y K H S L
Decimal 25 142 222 0.89 0.36 0 0.13 204.37 0.8 0.48
Hex 19 8E DE 59 24 0 D CC 50 30
Octal 31 216 336 131 44 0 15 314 120 60
Binary 11001 10001110 11011110 1011001 100100 0 1101 11001100 1010000 110000

Color Harmonies of #198EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198EDE

Black with #198EDE

Text Example


Text Example

White with #198EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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