Html Css Color HEX #0897EC Dodger Blue

📋 copy color: '#0897EC'

red 8 ◦ green 151 ◦ blue 236

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

Shades of Dodger Blue #0897EC

Tints of Dodger Blue #0897EC

RGB

 RED value IS 8 (3.52% from 255) = 2.03%

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

 BLUE value IS 236 (92.58% from 255) = 59.75%

R = 2.03%
G = 38.23%
B = 59.75%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0897EC (or 0x0897EC) is known color: Dodger Blue. HEX triplet: 08, 97 and EC. RGB value is (8,151,236). Sum of RGB (Red+Green+Blue) = 8+151+236=395 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #0897EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0897EC is #F76813. Grayscale: #757575. Windows color (decimal): -16214036 or 15505160. OLE color: 15505160.

HSL color Cylindrical-coordinate representation of color #0897EC: hue angle of 202.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0897EC is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 151 236 -
CMYK 0.97 0.36 0 0.07
HSL 202.37º 0.93% 0.48% -
HSV(B) 202.37º 0.97% 0.93% -
XYZ 26.31 28.24 83.42 -
YUV 117.93 194.62 49.59 -
System Red Green Blue C M Y K H S L
Decimal 8 151 236 0.97 0.36 0 0.07 202.37 0.93 0.48
Hex 8 97 EC 61 24 0 7 CA 5D 30
Octal 10 227 354 141 44 0 7 312 135 60
Binary 1000 10010111 11101100 1100001 100100 0 111 11001010 1011101 110000

Color Harmonies of #0897EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0897EC

Black with #0897EC

Text Example


Text Example

White with #0897EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0897EC; }

 p { color: rgb(8,151,236); }

 H1.HeaderClassName
 {
   color: #0897EC;
 }
 .AnyTagClassName
 {
   color: #0897EC;
 }
</style>

background-color css

<style>
 a { background-color: #0897EC; }

 a { background-color: rgb(8,151,236); }

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

border-color css

<style>
 span { border-color: #0897EC; }

 span { border-color: rgb(8,151,236); }

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