Html Css Color HEX #198CFF Dodger Blue

📋 copy color: '#198CFF'

red 25 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #198CFF

Tints of Dodger Blue #198CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.71%

R = 5.95%
G = 33.33%
B = 60.71%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#198CFF (or 0x198CFF) is known color: Dodger Blue. HEX triplet: 19, 8C and FF. RGB value is (25,140,255). Sum of RGB (Red+Green+Blue) = 25+140+255=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #198CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198CFF is #E67300. Grayscale: #767676. Windows color (decimal): -15102721 or 16747545. OLE color: 16747545.

HSL color Cylindrical-coordinate representation of color #198CFF: hue angle of 210º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198CFF is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 140 255 -
CMYK 0.90 0.45 0 0
HSL 210º 1% 0.55% -
HSV(B) 210º 0.9% 1% -
XYZ 27.83 26.18 98.19 -
YUV 118.73 204.9 61.15 -
System Red Green Blue C M Y K H S L
Decimal 25 140 255 0.90 0.45 0 0 210 1 0.55
Hex 19 8C FF 5A 2D 0 0 D2 64 37
Octal 31 214 377 132 55 0 0 322 144 67
Binary 11001 10001100 11111111 1011010 101101 0 0 11010010 1100100 110111

Color Harmonies of #198CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CFF

Black with #198CFF

Text Example


Text Example

White with #198CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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