Html Css Color HEX #0197EB Dodger Blue

📋 copy color: '#0197EB'

red 1 ◦ green 151 ◦ blue 235

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

Shades of Dodger Blue #0197EB

Tints of Dodger Blue #0197EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 0.26%
G = 39.02%
B = 60.72%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0197EB (or 0x0197EB) is known color: Dodger Blue. HEX triplet: 01, 97 and EB. RGB value is (1,151,235). Sum of RGB (Red+Green+Blue) = 1+151+235=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #0197EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0197EB is #FE6814. Grayscale: #737373. Windows color (decimal): -16672789 or 15439617. OLE color: 15439617.

HSL color Cylindrical-coordinate representation of color #0197EB: hue angle of 201.54º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0197EB is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 151 235 -
CMYK 1.00 0.36 0 0.08
HSL 201.54º 0.99% 0.46% -
HSV(B) 201.54º 1% 0.92% -
XYZ 26.07 28.14 82.65 -
YUV 115.73 195.31 46.17 -
System Red Green Blue C M Y K H S L
Decimal 1 151 235 1.00 0.36 0 0.08 201.54 0.99 0.46
Hex 1 97 EB 64 24 0 8 CA 63 2E
Octal 1 227 353 144 44 0 10 312 143 56
Binary 1 10010111 11101011 1100100 100100 0 1000 11001010 1100011 101110

Color Harmonies of #0197EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197EB

Black with #0197EB

Text Example


Text Example

White with #0197EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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