Html Css Color HEX #198BF8 Dodger Blue

📋 copy color: '#198BF8'

red 25 ◦ green 139 ◦ blue 248

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

Shades of Dodger Blue #198BF8

Tints of Dodger Blue #198BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.19%

R = 6.07%
G = 33.74%
B = 60.19%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#198BF8 (or 0x198BF8) is known color: Dodger Blue. HEX triplet: 19, 8B and F8. RGB value is (25,139,248). Sum of RGB (Red+Green+Blue) = 25+139+248=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #198BF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198BF8 is #E67407. Grayscale: #747474. Windows color (decimal): -15102984 or 16288537. OLE color: 16288537.

HSL color Cylindrical-coordinate representation of color #198BF8: hue angle of 209.33º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198BF8 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 139 248 -
CMYK 0.90 0.44 0 0.03
HSL 209.33º 0.94% 0.54% -
HSV(B) 209.33º 0.9% 0.97% -
XYZ 26.58 25.45 92.32 -
YUV 117.34 201.73 62.14 -
System Red Green Blue C M Y K H S L
Decimal 25 139 248 0.90 0.44 0 0.03 209.33 0.94 0.54
Hex 19 8B F8 5A 2C 0 3 D1 5E 36
Octal 31 213 370 132 54 0 3 321 136 66
Binary 11001 10001011 11111000 1011010 101100 0 11 11010001 1011110 110110

Color Harmonies of #198BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BF8

Black with #198BF8

Text Example


Text Example

White with #198BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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