Html Css Color HEX #0198FC Dodger Blue

📋 copy color: '#0198FC'

red 1 ◦ green 152 ◦ blue 252

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

Shades of Dodger Blue #0198FC

Tints of Dodger Blue #0198FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.22%

R = 0.25%
G = 37.53%
B = 62.22%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0198FC (or 0x0198FC) is known color: Dodger Blue. HEX triplet: 01, 98 and FC. RGB value is (1,152,252). Sum of RGB (Red+Green+Blue) = 1+152+252=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #0198FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0198FC is #FE6703. Grayscale: #757575. Windows color (decimal): -16672516 or 16553985. OLE color: 16553985.

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

Color convert

RGB 1 152 252 -
CMYK 1.00 0.40 0 0.01
HSL 203.9º 0.99% 0.5% -
HSV(B) 203.9º 1% 0.99% -
XYZ 28.81 29.49 96.27 -
YUV 118.25 203.47 44.37 -
System Red Green Blue C M Y K H S L
Decimal 1 152 252 1.00 0.40 0 0.01 203.9 0.99 0.5
Hex 1 98 FC 64 28 0 1 CC 63 32
Octal 1 230 374 144 50 0 1 314 143 62
Binary 1 10011000 11111100 1100100 101000 0 1 11001100 1100011 110010

Color Harmonies of #0198FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0198FC

Black with #0198FC

Text Example


Text Example

White with #0198FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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