Html Css Color HEX #198BFD Dodger Blue

📋 copy color: '#198BFD'

red 25 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #198BFD

Tints of Dodger Blue #198BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.33%

 BLUE value IS 253 (99.22% from 255) = 60.67%

R = 6%
G = 33.33%
B = 60.67%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#198BFD (or 0x198BFD) is known color: Dodger Blue. HEX triplet: 19, 8B and FD. RGB value is (25,139,253). Sum of RGB (Red+Green+Blue) = 25+139+253=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #198BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198BFD is #E67402. Grayscale: #757575. Windows color (decimal): -15102979 or 16616217. OLE color: 16616217.

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

Color convert

RGB 25 139 253 -
CMYK 0.90 0.45 0 0.01
HSL 210º 0.98% 0.55% -
HSV(B) 210º 0.9% 0.99% -
XYZ 27.36 25.76 96.46 -
YUV 117.91 204.23 61.73 -
System Red Green Blue C M Y K H S L
Decimal 25 139 253 0.90 0.45 0 0.01 210 0.98 0.55
Hex 19 8B FD 5A 2D 0 1 D2 62 37
Octal 31 213 375 132 55 0 1 322 142 67
Binary 11001 10001011 11111101 1011010 101101 0 1 11010010 1100010 110111

Color Harmonies of #198BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BFD

Black with #198BFD

Text Example


Text Example

White with #198BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,139,253); }

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

background-color css

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

 a { background-color: rgb(25,139,253); }

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

border-color css

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

 span { border-color: rgb(25,139,253); }

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