Html Css Color HEX #0198FE Dodger Blue

📋 copy color: '#0198FE'

red 1 ◦ green 152 ◦ blue 254

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

Shades of Dodger Blue #0198FE

Tints of Dodger Blue #0198FE

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

 GREEN value IS 152 (59.77% from 255) = 37.35%

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

R = 0.25%
G = 37.35%
B = 62.41%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0198FE (or 0x0198FE) is known color: Dodger Blue. HEX triplet: 01, 98 and FE. RGB value is (1,152,254). Sum of RGB (Red+Green+Blue) = 1+152+254=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #0198FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0198FE is #FE6701. Grayscale: #757575. Windows color (decimal): -16672514 or 16685057. OLE color: 16685057.

HSL color Cylindrical-coordinate representation of color #0198FE: hue angle of 204.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0198FE is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 152 254 -
CMYK 1.00 0.40 0 0.00
HSL 204.19º 0.99% 0.5% -
HSV(B) 204.19º 1% 1% -
XYZ 29.13 29.62 97.95 -
YUV 118.48 204.47 44.21 -
System Red Green Blue C M Y K H S L
Decimal 1 152 254 1.00 0.40 0 0.00 204.19 0.99 0.5
Hex 1 98 FE 64 28 0 0 CC 63 32
Octal 1 230 376 144 50 0 0 314 143 62
Binary 1 10011000 11111110 1100100 101000 0 0 11001100 1100011 110010

Color Harmonies of #0198FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0198FE

Black with #0198FE

Text Example


Text Example

White with #0198FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0198FE; }

 p { color: rgb(1,152,254); }

 H1.HeaderClassName
 {
   color: #0198FE;
 }
 .AnyTagClassName
 {
   color: #0198FE;
 }
</style>

background-color css

<style>
 a { background-color: #0198FE; }

 a { background-color: rgb(1,152,254); }

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

border-color css

<style>
 span { border-color: #0198FE; }

 span { border-color: rgb(1,152,254); }

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