Html Css Color HEX #0197FC Dodger Blue

📋 copy color: '#0197FC'

red 1 ◦ green 151 ◦ blue 252

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

Shades of Dodger Blue #0197FC

Tints of Dodger Blue #0197FC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

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

R = 0.25%
G = 37.38%
B = 62.38%

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

#0197FC (or 0x0197FC) is known color: Dodger Blue. HEX triplet: 01, 97 and FC. RGB value is (1,151,252). Sum of RGB (Red+Green+Blue) = 1+151+252=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #0197FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0197FC is #FE6803. Grayscale: #757575. Windows color (decimal): -16672772 or 16553729. OLE color: 16553729.

HSL color Cylindrical-coordinate representation of color #0197FC: hue angle of 204.14º 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 #0197FC is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 151 252 -
CMYK 1.00 0.40 0 0.01
HSL 204.14º 0.99% 0.5% -
HSV(B) 204.14º 1% 0.99% -
XYZ 28.65 29.17 96.22 -
YUV 117.66 203.81 44.79 -
System Red Green Blue C M Y K H S L
Decimal 1 151 252 1.00 0.40 0 0.01 204.14 0.99 0.5
Hex 1 97 FC 64 28 0 1 CC 63 32
Octal 1 227 374 144 50 0 1 314 143 62
Binary 1 10010111 11111100 1100100 101000 0 1 11001100 1100011 110010

Color Harmonies of #0197FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197FC

Black with #0197FC

Text Example


Text Example

White with #0197FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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