Html Css Color HEX #198CFA Dodger Blue

📋 copy color: '#198CFA'

red 25 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #198CFA

Tints of Dodger Blue #198CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

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

R = 6.02%
G = 33.73%
B = 60.24%

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

#198CFA (or 0x198CFA) is known color: Dodger Blue. HEX triplet: 19, 8C and FA. RGB value is (25,140,250). Sum of RGB (Red+Green+Blue) = 25+140+250=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #198CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198CFA is #E67305. Grayscale: #757575. Windows color (decimal): -15102726 or 16419865. OLE color: 16419865.

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

Color convert

RGB 25 140 250 -
CMYK 0.9 0.44 0 0.02
HSL 209.33º 0.96% 0.54% -
HSV(B) 209.33º 0.9% 0.98% -
XYZ 27.03 25.86 94.01 -
YUV 118.16 202.4 61.56 -
System Red Green Blue C M Y K H S L
Decimal 25 140 250 0.9 0.44 0 0.02 209.33 0.96 0.54
Hex 19 8C FA 5A 2C 0 2 D1 60 36
Octal 31 214 372 132 54 0 2 321 140 66
Binary 11001 10001100 11111010 1011010 101100 0 10 11010001 1100000 110110

Color Harmonies of #198CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CFA

Black with #198CFA

Text Example


Text Example

White with #198CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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