Html Css Color HEX #0809EE Blue

📋 copy color: '#0809EE'

red 8 ◦ green 9 ◦ blue 238

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

Shades of Blue #0809EE

Tints of Blue #0809EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 93.33%

R = 3.14%
G = 3.53%
B = 93.33%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0809EE (or 0x0809EE) is known color: Blue. HEX triplet: 08, 09 and EE. RGB value is (8,9,238). Sum of RGB (Red+Green+Blue) = 8+9+238=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 238 (93.36% from 255 or 93.33% from 255); Max value from RGB is 238 - color contains mainly: blue. Hex color #0809EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0809EE is #F7F611. Grayscale: #212121. Windows color (decimal): -16250386 or 15599880. OLE color: 15599880.

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

Color convert

RGB 8 9 238 -
CMYK 0.97 0.96 0 0.07
HSL 239.74º 0.93% 0.48% -
HSV(B) 239.74º 0.97% 0.93% -
XYZ 15.63 6.42 81.3 -
YUV 34.81 242.67 108.88 -
System Red Green Blue C M Y K H S L
Decimal 8 9 238 0.97 0.96 0 0.07 239.74 0.93 0.48
Hex 8 9 EE 61 60 0 7 F0 5D 30
Octal 10 11 356 141 140 0 7 360 135 60
Binary 1000 1001 11101110 1100001 1100000 0 111 11110000 1011101 110000

Color Harmonies of #0809EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0809EE

Black with #0809EE

Text Example


Text Example

White with #0809EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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