Html Css Color HEX #0896EF Dodger Blue

📋 copy color: '#0896EF'

red 8 ◦ green 150 ◦ blue 239

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

Shades of Dodger Blue #0896EF

Tints of Dodger Blue #0896EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.78%

 BLUE value IS 239 (93.75% from 255) = 60.2%

R = 2.02%
G = 37.78%
B = 60.2%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0896EF (or 0x0896EF) is known color: Dodger Blue. HEX triplet: 08, 96 and EF. RGB value is (8,150,239). Sum of RGB (Red+Green+Blue) = 8+150+239=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #0896EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0896EF is #F76910. Grayscale: #757575. Windows color (decimal): -16214289 or 15701512. OLE color: 15701512.

HSL color Cylindrical-coordinate representation of color #0896EF: hue angle of 203.12º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0896EF is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 150 239 -
CMYK 0.97 0.37 0 0.06
HSL 203.12º 0.94% 0.48% -
HSV(B) 203.12º 0.97% 0.94% -
XYZ 26.59 28.1 85.68 -
YUV 117.69 196.46 49.76 -
System Red Green Blue C M Y K H S L
Decimal 8 150 239 0.97 0.37 0 0.06 203.12 0.94 0.48
Hex 8 96 EF 61 25 0 6 CB 5E 30
Octal 10 226 357 141 45 0 6 313 136 60
Binary 1000 10010110 11101111 1100001 100101 0 110 11001011 1011110 110000

Color Harmonies of #0896EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0896EF

Black with #0896EF

Text Example


Text Example

White with #0896EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0896EF; }

 p { color: rgb(8,150,239); }

 H1.HeaderClassName
 {
   color: #0896EF;
 }
 .AnyTagClassName
 {
   color: #0896EF;
 }
</style>

background-color css

<style>
 a { background-color: #0896EF; }

 a { background-color: rgb(8,150,239); }

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

border-color css

<style>
 span { border-color: #0896EF; }

 span { border-color: rgb(8,150,239); }

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