Html Css Color HEX #072AFF Blue

📋 copy color: '#072AFF'

red 7 ◦ green 42 ◦ blue 255

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

Shades of Blue #072AFF

Tints of Blue #072AFF

RGB

 RED value IS 7 (3.13% from 255) = 2.3%

 GREEN value IS 42 (16.8% from 255) = 13.82%

 BLUE value IS 255 (100% from 255) = 83.88%

R = 2.3%
G = 13.82%
B = 83.88%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#072AFF (or 0x072AFF) is known color: Blue. HEX triplet: 07, 2A and FF. RGB value is (7,42,255). Sum of RGB (Red+Green+Blue) = 7+42+255=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #072AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072AFF is #F8D500. Grayscale: #363636. Windows color (decimal): -16307457 or 16722439. OLE color: 16722439.

HSL color Cylindrical-coordinate representation of color #072AFF: hue angle of 231.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072AFF is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 7 42 255 -
CMYK 0.97 0.84 0 0
HSL 231.53º 1% 0.51% -
HSV(B) 231.53º 0.97% 1% -
XYZ 18.97 8.92 95.33 -
YUV 55.82 240.4 93.18 -
System Red Green Blue C M Y K H S L
Decimal 7 42 255 0.97 0.84 0 0 231.53 1 0.51
Hex 7 2A FF 61 54 0 0 E8 64 33
Octal 7 52 377 141 124 0 0 350 144 63
Binary 111 101010 11111111 1100001 1010100 0 0 11101000 1100100 110011

Color Harmonies of #072AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072AFF

Black with #072AFF

Text Example


Text Example

White with #072AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072AFF; }

 p { color: rgb(7,42,255); }

 H1.HeaderClassName
 {
   color: #072AFF;
 }
 .AnyTagClassName
 {
   color: #072AFF;
 }
</style>

background-color css

<style>
 a { background-color: #072AFF; }

 a { background-color: rgb(7,42,255); }

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

border-color css

<style>
 span { border-color: #072AFF; }

 span { border-color: rgb(7,42,255); }

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