Html Css Color HEX #0A0AFA Blue

📋 copy color: '#0A0AFA'

red 10 ◦ green 10 ◦ blue 250

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

Shades of Blue #0A0AFA

Tints of Blue #0A0AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.7%

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

R = 3.7%
G = 3.7%
B = 92.59%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A0AFA (or 0x0A0AFA) is known color: Blue. HEX triplet: 0A, 0A and FA. RGB value is (10,10,250). Sum of RGB (Red+Green+Blue) = 10+10+250=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 250 (98.05% from 255 or 92.59% from 270); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A0AFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0AFA is #F5F505. Grayscale: #242424. Windows color (decimal): -16119046 or 16386570. OLE color: 16386570.

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

Color convert

RGB 10 10 250 -
CMYK 0.96 0.96 0 0.02
HSL 240º 0.96% 0.51% -
HSV(B) 240º 0.96% 0.98% -
XYZ 17.49 7.18 90.91 -
YUV 37.36 248 108.49 -
System Red Green Blue C M Y K H S L
Decimal 10 10 250 0.96 0.96 0 0.02 240 0.96 0.51
Hex A A FA 60 60 0 2 F0 60 33
Octal 12 12 372 140 140 0 2 360 140 63
Binary 1010 1010 11111010 1100000 1100000 0 10 11110000 1100000 110011

Color Harmonies of #0A0AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0AFA

Black with #0A0AFA

Text Example


Text Example

White with #0A0AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,10,250); }

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

background-color css

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

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

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

border-color css

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

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

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