Html Css Color HEX #0897EA Dodger Blue

📋 copy color: '#0897EA'

red 8 ◦ green 151 ◦ blue 234

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

Shades of Dodger Blue #0897EA

Tints of Dodger Blue #0897EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.54%

R = 2.04%
G = 38.42%
B = 59.54%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0897EA (or 0x0897EA) is known color: Dodger Blue. HEX triplet: 08, 97 and EA. RGB value is (8,151,234). Sum of RGB (Red+Green+Blue) = 8+151+234=393 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #0897EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0897EA is #F76815. Grayscale: #757575. Windows color (decimal): -16214038 or 15374088. OLE color: 15374088.

HSL color Cylindrical-coordinate representation of color #0897EA: hue angle of 202.04º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0897EA is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 151 234 -
CMYK 0.97 0.35 0 0.08
HSL 202.04º 0.93% 0.47% -
HSV(B) 202.04º 0.97% 0.92% -
XYZ 26.02 28.13 81.9 -
YUV 117.71 193.62 49.75 -
System Red Green Blue C M Y K H S L
Decimal 8 151 234 0.97 0.35 0 0.08 202.04 0.93 0.47
Hex 8 97 EA 61 23 0 8 CA 5D 2F
Octal 10 227 352 141 43 0 10 312 135 57
Binary 1000 10010111 11101010 1100001 100011 0 1000 11001010 1011101 101111

Color Harmonies of #0897EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0897EA

Black with #0897EA

Text Example


Text Example

White with #0897EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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