Html Css Color HEX #198CE9 Dodger Blue

📋 copy color: '#198CE9'

red 25 ◦ green 140 ◦ blue 233

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

Shades of Dodger Blue #198CE9

Tints of Dodger Blue #198CE9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

 BLUE value IS 233 (91.41% from 255) = 58.54%

R = 6.28%
G = 35.18%
B = 58.54%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#198CE9 (or 0x198CE9) is known color: Dodger Blue. HEX triplet: 19, 8C and E9. RGB value is (25,140,233). Sum of RGB (Red+Green+Blue) = 25+140+233=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 233 (91.41% from 255 or 58.54% from 398); Max value from RGB is 233 - color contains mainly: blue. Hex color #198CE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198CE9 is #E67316. Grayscale: #737373. Windows color (decimal): -15102743 or 15305753. OLE color: 15305753.

HSL color Cylindrical-coordinate representation of color #198CE9: hue angle of 206.83º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198CE9 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 140 233 -
CMYK 0.89 0.40 0 0.09
HSL 206.83º 0.83% 0.51% -
HSV(B) 206.83º 0.89% 0.91% -
XYZ 24.49 24.85 80.6 -
YUV 116.22 193.9 62.94 -
System Red Green Blue C M Y K H S L
Decimal 25 140 233 0.89 0.40 0 0.09 206.83 0.83 0.51
Hex 19 8C E9 59 28 0 9 CF 53 33
Octal 31 214 351 131 50 0 11 317 123 63
Binary 11001 10001100 11101001 1011001 101000 0 1001 11001111 1010011 110011

Color Harmonies of #198CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CE9

Black with #198CE9

Text Example


Text Example

White with #198CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,140,233); }

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

background-color css

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

 a { background-color: rgb(25,140,233); }

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

border-color css

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

 span { border-color: rgb(25,140,233); }

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