Html Css Color HEX #198AFE Dodger Blue

📋 copy color: '#198AFE'

red 25 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #198AFE

Tints of Dodger Blue #198AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

 BLUE value IS 254 (99.61% from 255) = 60.91%

R = 6%
G = 33.09%
B = 60.91%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#198AFE (or 0x198AFE) is known color: Dodger Blue. HEX triplet: 19, 8A and FE. RGB value is (25,138,254). Sum of RGB (Red+Green+Blue) = 25+138+254=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #198AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198AFE is #E67501. Grayscale: #747474. Windows color (decimal): -15103234 or 16681497. OLE color: 16681497.

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

Color convert

RGB 25 138 254 -
CMYK 0.90 0.46 0 0.00
HSL 210.39º 0.99% 0.55% -
HSV(B) 210.39º 0.9% 1% -
XYZ 27.38 25.54 97.25 -
YUV 117.44 205.06 62.07 -
System Red Green Blue C M Y K H S L
Decimal 25 138 254 0.90 0.46 0 0.00 210.39 0.99 0.55
Hex 19 8A FE 5A 2E 0 0 D2 63 37
Octal 31 212 376 132 56 0 0 322 143 67
Binary 11001 10001010 11111110 1011010 101110 0 0 11010010 1100011 110111

Color Harmonies of #198AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198AFE

Black with #198AFE

Text Example


Text Example

White with #198AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,138,254); }

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

background-color css

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

 a { background-color: rgb(25,138,254); }

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

border-color css

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

 span { border-color: rgb(25,138,254); }

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