Html Css Color HEX #198BEB Dodger Blue

📋 copy color: '#198BEB'

red 25 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #198BEB

Tints of Dodger Blue #198BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 6.27%
G = 34.84%
B = 58.9%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#198BEB (or 0x198BEB) is known color: Dodger Blue. HEX triplet: 19, 8B and EB. RGB value is (25,139,235). Sum of RGB (Red+Green+Blue) = 25+139+235=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #198BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198BEB is #E67414. Grayscale: #737373. Windows color (decimal): -15102997 or 15436569. OLE color: 15436569.

HSL color Cylindrical-coordinate representation of color #198BEB: hue angle of 207.43º degrees, saturation: 0.84, 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 #198BEB is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 139 235 -
CMYK 0.89 0.41 0 0.08
HSL 207.43º 0.84% 0.51% -
HSV(B) 207.43º 0.89% 0.92% -
XYZ 24.63 24.67 82.06 -
YUV 115.86 195.23 63.19 -
System Red Green Blue C M Y K H S L
Decimal 25 139 235 0.89 0.41 0 0.08 207.43 0.84 0.51
Hex 19 8B EB 59 29 0 8 CF 54 33
Octal 31 213 353 131 51 0 10 317 124 63
Binary 11001 10001011 11101011 1011001 101001 0 1000 11001111 1010100 110011

Color Harmonies of #198BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BEB

Black with #198BEB

Text Example


Text Example

White with #198BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,139,235); }

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

background-color css

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

 a { background-color: rgb(25,139,235); }

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

border-color css

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

 span { border-color: rgb(25,139,235); }

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