Html Css Color HEX #0897FF Dodger Blue

📋 copy color: '#0897FF'

red 8 ◦ green 151 ◦ blue 255

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

Shades of Dodger Blue #0897FF

Tints of Dodger Blue #0897FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.59%

R = 1.93%
G = 36.47%
B = 61.59%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0897FF (or 0x0897FF) is known color: Dodger Blue. HEX triplet: 08, 97 and FF. RGB value is (8,151,255). Sum of RGB (Red+Green+Blue) = 8+151+255=414 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #0897FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0897FF is #F76800. Grayscale: #777777. Windows color (decimal): -16214017 or 16750344. OLE color: 16750344.

HSL color Cylindrical-coordinate representation of color #0897FF: hue angle of 205.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0897FF is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 151 255 -
CMYK 0.97 0.41 0 0
HSL 205.26º 1% 0.52% -
HSV(B) 205.26º 0.97% 1% -
XYZ 29.22 29.4 98.74 -
YUV 120.1 204.12 48.04 -
System Red Green Blue C M Y K H S L
Decimal 8 151 255 0.97 0.41 0 0 205.26 1 0.52
Hex 8 97 FF 61 29 0 0 CD 64 34
Octal 10 227 377 141 51 0 0 315 144 64
Binary 1000 10010111 11111111 1100001 101001 0 0 11001101 1100100 110100

Color Harmonies of #0897FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0897FF

Black with #0897FF

Text Example


Text Example

White with #0897FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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