Html Css Color HEX #0A09FD Blue

📋 copy color: '#0A09FD'

red 10 ◦ green 9 ◦ blue 253

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

Shades of Blue #0A09FD

Tints of Blue #0A09FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 93.01%

R = 3.68%
G = 3.31%
B = 93.01%

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

#0A09FD (or 0x0A09FD) is known color: Blue. HEX triplet: 0A, 09 and FD. RGB value is (10,9,253). Sum of RGB (Red+Green+Blue) = 10+9+253=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 253 (99.22% from 255 or 93.01% from 272); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A09FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A09FD is #F5F602. Grayscale: #242424. Windows color (decimal): -16119299 or 16582922. OLE color: 16582922.

HSL color Cylindrical-coordinate representation of color #0A09FD: 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 #0A09FD is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 9 253 -
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.95 7.35 93.4 -
YUV 37.12 249.83 108.66 -
System Red Green Blue C M Y K H S L
Decimal 10 9 253 0.96 0.96 0 0.01 240.25 0.98 0.51
Hex A 9 FD 60 60 0 1 F0 62 33
Octal 12 11 375 140 140 0 1 360 142 63
Binary 1010 1001 11111101 1100000 1100000 0 1 11110000 1100010 110011

Color Harmonies of #0A09FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A09FD

Black with #0A09FD

Text Example


Text Example

White with #0A09FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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