Html Css Color HEX #072FFC Blue

📋 copy color: '#072FFC'

red 7 ◦ green 47 ◦ blue 252

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

Shades of Blue #072FFC

Tints of Blue #072FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

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

R = 2.29%
G = 15.36%
B = 82.35%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#072FFC (or 0x072FFC) is known color: Blue. HEX triplet: 07, 2F and FC. RGB value is (7,47,252). Sum of RGB (Red+Green+Blue) = 7+47+252=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 252 (98.83% from 255 or 82.35% from 306); Max value from RGB is 252 - color contains mainly: blue. Hex color #072FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072FFC is #F8D003. Grayscale: #393939. Windows color (decimal): -16306180 or 16527111. OLE color: 16527111.

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

Color convert

RGB 7 47 252 -
CMYK 0.97 0.81 0 0.01
HSL 230.2º 0.98% 0.51% -
HSV(B) 230.2º 0.97% 0.99% -
XYZ 18.67 9.11 92.87 -
YUV 58.41 237.25 91.33 -
System Red Green Blue C M Y K H S L
Decimal 7 47 252 0.97 0.81 0 0.01 230.2 0.98 0.51
Hex 7 2F FC 61 51 0 1 E6 62 33
Octal 7 57 374 141 121 0 1 346 142 63
Binary 111 101111 11111100 1100001 1010001 0 1 11100110 1100010 110011

Color Harmonies of #072FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FFC

Black with #072FFC

Text Example


Text Example

White with #072FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,47,252); }

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

background-color css

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

 a { background-color: rgb(7,47,252); }

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

border-color css

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

 span { border-color: rgb(7,47,252); }

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