Html Css Color HEX #198CEA Dodger Blue

📋 copy color: '#198CEA'

red 25 ◦ green 140 ◦ blue 234

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

Shades of Dodger Blue #198CEA

Tints of Dodger Blue #198CEA

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.8% from 255) = 58.65%

R = 6.27%
G = 35.09%
B = 58.65%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#198CEA (or 0x198CEA) is known color: 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

RGB 25 140 234 -
CMYK 0.89 0.40 0 0.08
HSL 206.99º 0.83% 0.51% -
HSV(B) 206.99º 0.89% 0.92% -
XYZ 24.63 24.9 81.35 -
YUV 116.33 194.4 62.86 -
System Red Green Blue C M Y K H S L
Decimal 25 140 234 0.89 0.40 0 0.08 206.99 0.83 0.51
Hex 19 8C EA 59 28 0 8 CF 53 33
Octal 31 214 352 131 50 0 10 317 123 63
Binary 11001 10001100 11101010 1011001 101000 0 1000 11001111 1010011 110011

Color Harmonies of #198CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CEA

Black with #198CEA

Text Example


Text Example

White with #198CEA

Text Example


Text Example

HTML Codes & Css Web 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>