Html Css Color HEX #0809FA Blue

📋 copy color: '#0809FA'

red 8 ◦ green 9 ◦ blue 250

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

Shades of Blue #0809FA

Tints of Blue #0809FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 93.63%

R = 3%
G = 3.37%
B = 93.63%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0809FA (or 0x0809FA) is known color: Blue. HEX triplet: 08, 09 and FA. RGB value is (8,9,250). Sum of RGB (Red+Green+Blue) = 8+9+250=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 250 (98.05% from 255 or 93.63% from 267); Max value from RGB is 250 - color contains mainly: blue. Hex color #0809FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0809FA is #F7F605. Grayscale: #232323. Windows color (decimal): -16250374 or 16386312. OLE color: 16386312.

HSL color Cylindrical-coordinate representation of color #0809FA: hue angle of 239.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0809FA is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 9 250 -
CMYK 0.97 0.96 0 0.02
HSL 239.75º 0.96% 0.51% -
HSV(B) 239.75º 0.97% 0.98% -
XYZ 17.45 7.15 90.9 -
YUV 36.18 248.67 107.9 -
System Red Green Blue C M Y K H S L
Decimal 8 9 250 0.97 0.96 0 0.02 239.75 0.96 0.51
Hex 8 9 FA 61 60 0 2 F0 60 33
Octal 10 11 372 141 140 0 2 360 140 63
Binary 1000 1001 11111010 1100001 1100000 0 10 11110000 1100000 110011

Color Harmonies of #0809FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0809FA

Black with #0809FA

Text Example


Text Example

White with #0809FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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