Html Css Color HEX #0A09FC Blue

📋 copy color: '#0A09FC'

red 10 ◦ green 9 ◦ blue 252

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

Shades of Blue #0A09FC

Tints of Blue #0A09FC

RGB

 RED value IS 10 (4.3% from 255) = 3.69%

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

 BLUE value IS 252 (98.83% from 255) = 92.99%

R = 3.69%
G = 3.32%
B = 92.99%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A09FC (or 0x0A09FC) is known color: Blue. HEX triplet: 0A, 09 and FC. RGB value is (10,9,252). Sum of RGB (Red+Green+Blue) = 10+9+252=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 252 (98.83% from 255 or 92.99% from 271); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A09FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A09FC is #F5F603. Grayscale: #242424. Windows color (decimal): -16119300 or 16517386. OLE color: 16517386.

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

Color convert

RGB 10 9 252 -
CMYK 0.96 0.96 0 0.01
HSL 240.25º 0.98% 0.51% -
HSV(B) 240.25º 0.96% 0.99% -
XYZ 17.79 7.29 92.56 -
YUV 37 249.33 108.74 -
System Red Green Blue C M Y K H S L
Decimal 10 9 252 0.96 0.96 0 0.01 240.25 0.98 0.51
Hex A 9 FC 60 60 0 1 F0 62 33
Octal 12 11 374 140 140 0 1 360 142 63
Binary 1010 1001 11111100 1100000 1100000 0 1 11110000 1100010 110011

Color Harmonies of #0A09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A09FC

Black with #0A09FC

Text Example


Text Example

White with #0A09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A09FC; }

 p { color: rgb(10,9,252); }

 H1.HeaderClassName
 {
   color: #0A09FC;
 }
 .AnyTagClassName
 {
   color: #0A09FC;
 }
</style>

background-color css

<style>
 a { background-color: #0A09FC; }

 a { background-color: rgb(10,9,252); }

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

border-color css

<style>
 span { border-color: #0A09FC; }

 span { border-color: rgb(10,9,252); }

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