Html Css Color HEX #198DFB Dodger Blue

📋 copy color: '#198DFB'

red 25 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #198DFB

Tints of Dodger Blue #198DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.81%

 BLUE value IS 251 (98.44% from 255) = 60.19%

R = 6%
G = 33.81%
B = 60.19%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#198DFB (or 0x198DFB) is known color: Dodger Blue. HEX triplet: 19, 8D and FB. RGB value is (25,141,251). Sum of RGB (Red+Green+Blue) = 25+141+251=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #198DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198DFB is #E67204. Grayscale: #767676. Windows color (decimal): -15102469 or 16485657. OLE color: 16485657.

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

Color convert

RGB 25 141 251 -
CMYK 0.90 0.44 0 0.02
HSL 209.2º 0.97% 0.54% -
HSV(B) 209.2º 0.9% 0.98% -
XYZ 27.34 26.22 94.89 -
YUV 118.86 202.57 61.06 -
System Red Green Blue C M Y K H S L
Decimal 25 141 251 0.90 0.44 0 0.02 209.2 0.97 0.54
Hex 19 8D FB 5A 2C 0 2 D1 61 36
Octal 31 215 373 132 54 0 2 321 141 66
Binary 11001 10001101 11111011 1011010 101100 0 10 11010001 1100001 110110

Color Harmonies of #198DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DFB

Black with #198DFB

Text Example


Text Example

White with #198DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,141,251); }

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

background-color css

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

 a { background-color: rgb(25,141,251); }

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

border-color css

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

 span { border-color: rgb(25,141,251); }

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