Html Css Color HEX #198DFA Dodger Blue

📋 copy color: '#198DFA'

red 25 ◦ green 141 ◦ blue 250

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

Shades of Dodger Blue #198DFA

Tints of Dodger Blue #198DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 6.01%
G = 33.89%
B = 60.1%

CMYK

 C value IS 0.9

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#198DFA (or 0x198DFA) is known color: Dodger Blue. HEX triplet: 19, 8D and FA. RGB value is (25,141,250). Sum of RGB (Red+Green+Blue) = 25+141+250=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #198DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198DFA is #E67205. Grayscale: #767676. Windows color (decimal): -15102470 or 16420121. OLE color: 16420121.

HSL color Cylindrical-coordinate representation of color #198DFA: hue angle of 209.07º degrees, saturation: 0.96, 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 #198DFA is Cyan = 0.9, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 141 250 -
CMYK 0.9 0.44 0 0.02
HSL 209.07º 0.96% 0.54% -
HSV(B) 209.07º 0.9% 0.98% -
XYZ 27.18 26.16 94.06 -
YUV 118.74 202.07 61.14 -
System Red Green Blue C M Y K H S L
Decimal 25 141 250 0.9 0.44 0 0.02 209.07 0.96 0.54
Hex 19 8D FA 5A 2C 0 2 D1 60 36
Octal 31 215 372 132 54 0 2 321 140 66
Binary 11001 10001101 11111010 1011010 101100 0 10 11010001 1100000 110110

Color Harmonies of #198DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DFA

Black with #198DFA

Text Example


Text Example

White with #198DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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