Html Css Color HEX #072CFB Blue

📋 copy color: '#072CFB'

red 7 ◦ green 44 ◦ blue 251

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

Shades of Blue #072CFB

Tints of Blue #072CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

 BLUE value IS 251 (98.44% from 255) = 83.11%

R = 2.32%
G = 14.57%
B = 83.11%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#072CFB (or 0x072CFB) is known color: Blue. HEX triplet: 07, 2C and FB. RGB value is (7,44,251). Sum of RGB (Red+Green+Blue) = 7+44+251=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 251 (98.44% from 255 or 83.11% from 302); Max value from RGB is 251 - color contains mainly: blue. Hex color #072CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072CFB is #F8D304. Grayscale: #373737. Windows color (decimal): -16306949 or 16460807. OLE color: 16460807.

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

Color convert

RGB 7 44 251 -
CMYK 0.97 0.82 0 0.02
HSL 230.9º 0.97% 0.51% -
HSV(B) 230.9º 0.97% 0.98% -
XYZ 18.4 8.81 92 -
YUV 56.54 237.74 92.67 -
System Red Green Blue C M Y K H S L
Decimal 7 44 251 0.97 0.82 0 0.02 230.9 0.97 0.51
Hex 7 2C FB 61 52 0 2 E7 61 33
Octal 7 54 373 141 122 0 2 347 141 63
Binary 111 101100 11111011 1100001 1010010 0 10 11100111 1100001 110011

Color Harmonies of #072CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CFB

Black with #072CFB

Text Example


Text Example

White with #072CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,44,251); }

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

background-color css

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

 a { background-color: rgb(7,44,251); }

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

border-color css

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

 span { border-color: rgb(7,44,251); }

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