Html Css Color HEX #0097EB Dodger Blue

📋 copy color: '#0097EB'

red 0 ◦ green 151 ◦ blue 235

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

Shades of Dodger Blue #0097EB

Tints of Dodger Blue #0097EB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 39.12%
B = 60.88%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0097EB (or 0x0097EB) is known color: Dodger Blue. HEX triplet: 00, 97 and EB. RGB value is (0,151,235). Sum of RGB (Red+Green+Blue) = 0+151+235=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #0097EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0097EB is #FF6814. Grayscale: #727272. Windows color (decimal): -16738325 or 15439616. OLE color: 15439616.

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

Color convert

RGB 0 151 235 -
CMYK 1 0.36 0 0.08
HSL 201.45º 1% 0.46% -
HSV(B) 201.45º 1% 0.92% -
XYZ 26.06 28.13 82.65 -
YUV 115.43 195.47 45.67 -
System Red Green Blue C M Y K H S L
Decimal 0 151 235 1 0.36 0 0.08 201.45 1 0.46
Hex 0 97 EB 64 24 0 8 C9 64 2E
Octal 0 227 353 144 44 0 10 311 144 56
Binary 0 10010111 11101011 1100100 100100 0 1000 11001001 1100100 101110

Color Harmonies of #0097EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0097EB

Black with #0097EB

Text Example


Text Example

White with #0097EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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