Html Css Color HEX #0A04FC Blue

📋 copy color: '#0A04FC'

red 10 ◦ green 4 ◦ blue 252

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

Shades of Blue #0A04FC

Tints of Blue #0A04FC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 3.76%
G = 1.5%
B = 94.74%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A04FC (or 0x0A04FC) is known color: Blue. HEX triplet: 0A, 04 and FC. RGB value is (10,4,252). Sum of RGB (Red+Green+Blue) = 10+4+252=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 252 (98.83% from 255 or 94.74% from 266); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A04FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A04FC is #F5FB03. Grayscale: #212121. Windows color (decimal): -16120580 or 16516106. OLE color: 16516106.

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

Color convert

RGB 10 4 252 -
CMYK 0.96 0.98 0 0.01
HSL 241.45º 0.98% 0.5% -
HSV(B) 241.45º 0.98% 0.99% -
XYZ 17.74 7.18 92.55 -
YUV 34.07 250.99 110.83 -
System Red Green Blue C M Y K H S L
Decimal 10 4 252 0.96 0.98 0 0.01 241.45 0.98 0.5
Hex A 4 FC 60 62 0 1 F1 62 32
Octal 12 4 374 140 142 0 1 361 142 62
Binary 1010 100 11111100 1100000 1100010 0 1 11110001 1100010 110010

Color Harmonies of #0A04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A04FC

Black with #0A04FC

Text Example


Text Example

White with #0A04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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