Html Css Color HEX #198FE3 Dodger Blue

📋 copy color: '#198FE3'

red 25 ◦ green 143 ◦ blue 227

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

Shades of Dodger Blue #198FE3

Tints of Dodger Blue #198FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 57.47%

R = 6.33%
G = 36.2%
B = 57.47%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#198FE3 (or 0x198FE3) is known color: Dodger Blue. HEX triplet: 19, 8F and E3. RGB value is (25,143,227). Sum of RGB (Red+Green+Blue) = 25+143+227=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 227 (89.06% from 255 or 57.47% from 395); Max value from RGB is 227 - color contains mainly: blue. Hex color #198FE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FE3 is #E6701C. Grayscale: #747474. Windows color (decimal): -15101981 or 14913305. OLE color: 14913305.

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

Color convert

RGB 25 143 227 -
CMYK 0.89 0.37 0 0.11
HSL 204.95º 0.8% 0.49% -
HSV(B) 204.95º 0.89% 0.89% -
XYZ 24.09 25.4 76.31 -
YUV 117.29 189.91 62.17 -
System Red Green Blue C M Y K H S L
Decimal 25 143 227 0.89 0.37 0 0.11 204.95 0.8 0.49
Hex 19 8F E3 59 25 0 B CD 50 31
Octal 31 217 343 131 45 0 13 315 120 61
Binary 11001 10001111 11100011 1011001 100101 0 1011 11001101 1010000 110001

Color Harmonies of #198FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FE3

Black with #198FE3

Text Example


Text Example

White with #198FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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