Html Css Color HEX #198DF3 Dodger Blue

📋 copy color: '#198DF3'

red 25 ◦ green 141 ◦ blue 243

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

Shades of Dodger Blue #198DF3

Tints of Dodger Blue #198DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 59.41%

R = 6.11%
G = 34.47%
B = 59.41%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#198DF3 (or 0x198DF3) is known color: Dodger Blue. HEX triplet: 19, 8D and F3. RGB value is (25,141,243). Sum of RGB (Red+Green+Blue) = 25+141+243=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 243 (95.31% from 255 or 59.41% from 409); Max value from RGB is 243 - color contains mainly: blue. Hex color #198DF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198DF3 is #E6720C. Grayscale: #757575. Windows color (decimal): -15102477 or 15961369. OLE color: 15961369.

HSL color Cylindrical-coordinate representation of color #198DF3: hue angle of 208.07º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198DF3 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 141 243 -
CMYK 0.90 0.42 0 0.05
HSL 208.07º 0.9% 0.53% -
HSV(B) 208.07º 0.9% 0.95% -
XYZ 26.1 25.73 88.38 -
YUV 117.94 198.57 61.71 -
System Red Green Blue C M Y K H S L
Decimal 25 141 243 0.90 0.42 0 0.05 208.07 0.9 0.53
Hex 19 8D F3 5A 2A 0 5 D0 5A 35
Octal 31 215 363 132 52 0 5 320 132 65
Binary 11001 10001101 11110011 1011010 101010 0 101 11010000 1011010 110101

Color Harmonies of #198DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DF3

Black with #198DF3

Text Example


Text Example

White with #198DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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