Html Css Color HEX #198AFF Dodger Blue

📋 copy color: '#198AFF'

red 25 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #198AFF

Tints of Dodger Blue #198AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61%

R = 5.98%
G = 33.01%
B = 61%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#198AFF (or 0x198AFF) is known color: Dodger Blue. HEX triplet: 19, 8A and FF. RGB value is (25,138,255). Sum of RGB (Red+Green+Blue) = 25+138+255=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #198AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198AFF is #E67500. Grayscale: #747474. Windows color (decimal): -15103233 or 16747033. OLE color: 16747033.

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

Color convert

RGB 25 138 255 -
CMYK 0.90 0.46 0 0
HSL 210.52º 1% 0.55% -
HSV(B) 210.52º 0.9% 1% -
XYZ 27.54 25.6 98.1 -
YUV 117.55 205.56 61.99 -
System Red Green Blue C M Y K H S L
Decimal 25 138 255 0.90 0.46 0 0 210.52 1 0.55
Hex 19 8A FF 5A 2E 0 0 D3 64 37
Octal 31 212 377 132 56 0 0 323 144 67
Binary 11001 10001010 11111111 1011010 101110 0 0 11010011 1100100 110111

Color Harmonies of #198AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198AFF

Black with #198AFF

Text Example


Text Example

White with #198AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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