#198CEA

Color #198CEA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #198CEA

Tints of Dodger Blue #198CEA

Color information

#198CEA (or 0x198CEA) is unknown color: approx Dodger Blue. HEX triplet: 19, 8C and EA. RGB value is (25,140,234). Sum of RGB (Red+Green+Blue) = 25+140+234=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #198CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198CEA is #E67315. Grayscale: #737373. Windows color (decimal): -15102742 or 15371289. OLE color: 15371289.

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

Color convert

RGB25140234-
CMYK0.890.4000.08
HSL206.99º83.27%50.78%-
HSV(B)206.99º89.32%91.76%-
XYZ24.6324.981.35-
YUV116.33194.462.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.27%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 234 (91.80% from 255) = 58.65%
R=6.27%
G=35.09%
B=58.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal251402340.890.4000.08206.9983.2750.78
Hex198CEA592808cf5333
Octal312143521315001031712363
Binary110011000110011101010101100110100001000110011111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #198CEA;
 }
 .AnyTagClassName
 {
   color: #198CEA;
 }
</style>
background-color css

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

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

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

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

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

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