Html Css Color HEX #0197FE Dodger Blue

📋 copy color: '#0197FE'

red 1 ◦ green 151 ◦ blue 254

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

Shades of Dodger Blue #0197FE

Tints of Dodger Blue #0197FE

RGB

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

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

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

R = 0.25%
G = 37.19%
B = 62.56%

CMYK

 C value IS 1.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0197FE (or 0x0197FE) is known color: Dodger Blue. HEX triplet: 01, 97 and FE. RGB value is (1,151,254). Sum of RGB (Red+Green+Blue) = 1+151+254=406 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #0197FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0197FE is #FE6801. Grayscale: #757575. Windows color (decimal): -16672770 or 16684801. OLE color: 16684801.

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

Color convert

RGB 1 151 254 -
CMYK 1.00 0.41 0 0.00
HSL 204.43º 0.99% 0.5% -
HSV(B) 204.43º 1% 1% -
XYZ 28.97 29.3 97.89 -
YUV 117.89 204.81 44.62 -
System Red Green Blue C M Y K H S L
Decimal 1 151 254 1.00 0.41 0 0.00 204.43 0.99 0.5
Hex 1 97 FE 64 29 0 0 CC 63 32
Octal 1 227 376 144 51 0 0 314 143 62
Binary 1 10010111 11111110 1100100 101001 0 0 11001100 1100011 110010

Color Harmonies of #0197FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197FE

Black with #0197FE

Text Example


Text Example

White with #0197FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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