Html Css Color HEX #0809EF Blue

📋 copy color: '#0809EF'

red 8 ◦ green 9 ◦ blue 239

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

Shades of Blue #0809EF

Tints of Blue #0809EF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 3.13%
G = 3.52%
B = 93.36%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0809EF (or 0x0809EF) is known color: Blue. HEX triplet: 08, 09 and EF. RGB value is (8,9,239). Sum of RGB (Red+Green+Blue) = 8+9+239=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 239 (93.75% from 255 or 93.36% from 256); Max value from RGB is 239 - color contains mainly: blue. Hex color #0809EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0809EF is #F7F610. Grayscale: #222222. Windows color (decimal): -16250385 or 15665416. OLE color: 15665416.

HSL color Cylindrical-coordinate representation of color #0809EF: hue angle of 239.74º 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 #0809EF is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 9 239 -
CMYK 0.97 0.96 0 0.06
HSL 239.74º 0.94% 0.48% -
HSV(B) 239.74º 0.97% 0.94% -
XYZ 15.78 6.48 82.08 -
YUV 34.92 243.17 108.8 -
System Red Green Blue C M Y K H S L
Decimal 8 9 239 0.97 0.96 0 0.06 239.74 0.94 0.48
Hex 8 9 EF 61 60 0 6 F0 5E 30
Octal 10 11 357 141 140 0 6 360 136 60
Binary 1000 1001 11101111 1100001 1100000 0 110 11110000 1011110 110000

Color Harmonies of #0809EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0809EF

Black with #0809EF

Text Example


Text Example

White with #0809EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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