Html Css Color HEX #198BEC Dodger Blue

📋 copy color: '#198BEC'

red 25 ◦ green 139 ◦ blue 236

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

Shades of Dodger Blue #198BEC

Tints of Dodger Blue #198BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59%

R = 6.25%
G = 34.75%
B = 59%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#198BEC (or 0x198BEC) is known color: Dodger Blue. HEX triplet: 19, 8B and EC. RGB value is (25,139,236). Sum of RGB (Red+Green+Blue) = 25+139+236=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #198BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198BEC is #E67413. Grayscale: #737373. Windows color (decimal): -15102996 or 15502105. OLE color: 15502105.

HSL color Cylindrical-coordinate representation of color #198BEC: hue angle of 207.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198BEC is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 139 236 -
CMYK 0.89 0.41 0 0.07
HSL 207.58º 0.85% 0.51% -
HSV(B) 207.58º 0.89% 0.93% -
XYZ 24.77 24.73 82.82 -
YUV 115.97 195.73 63.11 -
System Red Green Blue C M Y K H S L
Decimal 25 139 236 0.89 0.41 0 0.07 207.58 0.85 0.51
Hex 19 8B EC 59 29 0 7 D0 55 33
Octal 31 213 354 131 51 0 7 320 125 63
Binary 11001 10001011 11101100 1011001 101001 0 111 11010000 1010101 110011

Color Harmonies of #198BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BEC

Black with #198BEC

Text Example


Text Example

White with #198BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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