Html Css Color HEX #198BF5 Dodger Blue

📋 copy color: '#198BF5'

red 25 ◦ green 139 ◦ blue 245

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

Shades of Dodger Blue #198BF5

Tints of Dodger Blue #198BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 59.9%

R = 6.11%
G = 33.99%
B = 59.9%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#198BF5 (or 0x198BF5) is known color: Dodger Blue. HEX triplet: 19, 8B and F5. RGB value is (25,139,245). Sum of RGB (Red+Green+Blue) = 25+139+245=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 245 (96.09% from 255 or 59.90% from 409); Max value from RGB is 245 - color contains mainly: blue. Hex color #198BF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198BF5 is #E6740A. Grayscale: #747474. Windows color (decimal): -15102987 or 16091929. OLE color: 16091929.

HSL color Cylindrical-coordinate representation of color #198BF5: hue angle of 208.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198BF5 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 139 245 -
CMYK 0.90 0.43 0 0.04
HSL 208.91º 0.92% 0.53% -
HSV(B) 208.91º 0.9% 0.96% -
XYZ 26.11 25.26 89.89 -
YUV 117 200.23 62.38 -
System Red Green Blue C M Y K H S L
Decimal 25 139 245 0.90 0.43 0 0.04 208.91 0.92 0.53
Hex 19 8B F5 5A 2B 0 4 D1 5C 35
Octal 31 213 365 132 53 0 4 321 134 65
Binary 11001 10001011 11110101 1011010 101011 0 100 11010001 1011100 110101

Color Harmonies of #198BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BF5

Black with #198BF5

Text Example


Text Example

White with #198BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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