Html Css Color HEX #198BDF Dodger Blue

📋 copy color: '#198BDF'

red 25 ◦ green 139 ◦ blue 223

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

Shades of Dodger Blue #198BDF

Tints of Dodger Blue #198BDF

RGB

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

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

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

R = 6.46%
G = 35.92%
B = 57.62%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#198BDF (or 0x198BDF) is known color: Dodger Blue. HEX triplet: 19, 8B and DF. RGB value is (25,139,223). Sum of RGB (Red+Green+Blue) = 25+139+223=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #198BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BDF is #E67420. Grayscale: #727272. Windows color (decimal): -15103009 or 14650137. OLE color: 14650137.

HSL color Cylindrical-coordinate representation of color #198BDF: hue angle of 205.45º 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 #198BDF is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 139 223 -
CMYK 0.89 0.38 0 0.13
HSL 205.45º 0.8% 0.49% -
HSV(B) 205.45º 0.89% 0.87% -
XYZ 22.95 24 73.23 -
YUV 114.49 189.23 64.17 -
System Red Green Blue C M Y K H S L
Decimal 25 139 223 0.89 0.38 0 0.13 205.45 0.8 0.49
Hex 19 8B DF 59 26 0 D CD 50 31
Octal 31 213 337 131 46 0 15 315 120 61
Binary 11001 10001011 11011111 1011001 100110 0 1101 11001101 1010000 110001

Color Harmonies of #198BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BDF

Black with #198BDF

Text Example


Text Example

White with #198BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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