Html Css Color HEX #198FDF Dodger Blue

📋 copy color: '#198FDF'

red 25 ◦ green 143 ◦ blue 223

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

Shades of Dodger Blue #198FDF

Tints of Dodger Blue #198FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.57%

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 6.39%
G = 36.57%
B = 57.03%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#198FDF (or 0x198FDF) is known color: Dodger Blue. HEX triplet: 19, 8F and DF. RGB value is (25,143,223). Sum of RGB (Red+Green+Blue) = 25+143+223=391 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.39% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #198FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FDF is #E67020. Grayscale: #747474. Windows color (decimal): -15101985 or 14651161. OLE color: 14651161.

HSL color Cylindrical-coordinate representation of color #198FDF: hue angle of 204.24º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198FDF is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 143 223 -
CMYK 0.89 0.36 0 0.13
HSL 204.24º 0.8% 0.49% -
HSV(B) 204.24º 0.89% 0.87% -
XYZ 23.54 25.18 73.43 -
YUV 116.84 187.91 62.5 -
System Red Green Blue C M Y K H S L
Decimal 25 143 223 0.89 0.36 0 0.13 204.24 0.8 0.49
Hex 19 8F DF 59 24 0 D CC 50 31
Octal 31 217 337 131 44 0 15 314 120 61
Binary 11001 10001111 11011111 1011001 100100 0 1101 11001100 1010000 110001

Color Harmonies of #198FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FDF

Black with #198FDF

Text Example


Text Example

White with #198FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,143,223); }

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

background-color css

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

 a { background-color: rgb(25,143,223); }

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

border-color css

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

 span { border-color: rgb(25,143,223); }

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