Html Css Color HEX #198EFD Dodger Blue

📋 copy color: '#198EFD'

red 25 ◦ green 142 ◦ blue 253

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

Shades of Dodger Blue #198EFD

Tints of Dodger Blue #198EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.81%

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

R = 5.95%
G = 33.81%
B = 60.24%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#198EFD (or 0x198EFD) is known color: Dodger Blue. HEX triplet: 19, 8E and FD. RGB value is (25,142,253). Sum of RGB (Red+Green+Blue) = 25+142+253=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #198EFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198EFD is #E67102. Grayscale: #777777. Windows color (decimal): -15102211 or 16616985. OLE color: 16616985.

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

Color convert

RGB 25 142 253 -
CMYK 0.90 0.44 0 0.01
HSL 209.21º 0.98% 0.55% -
HSV(B) 209.21º 0.9% 0.99% -
XYZ 27.8 26.64 96.61 -
YUV 119.67 203.24 60.47 -
System Red Green Blue C M Y K H S L
Decimal 25 142 253 0.90 0.44 0 0.01 209.21 0.98 0.55
Hex 19 8E FD 5A 2C 0 1 D1 62 37
Octal 31 216 375 132 54 0 1 321 142 67
Binary 11001 10001110 11111101 1011010 101100 0 1 11010001 1100010 110111

Color Harmonies of #198EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198EFD

Black with #198EFD

Text Example


Text Example

White with #198EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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