Html Css Color HEX #072BFB Blue

📋 copy color: '#072BFB'

red 7 ◦ green 43 ◦ blue 251

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

Shades of Blue #072BFB

Tints of Blue #072BFB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 2.33%
G = 14.29%
B = 83.39%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#072BFB (or 0x072BFB) is known color: Blue. HEX triplet: 07, 2B and FB. RGB value is (7,43,251). Sum of RGB (Red+Green+Blue) = 7+43+251=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 251 (98.44% from 255 or 83.39% from 301); Max value from RGB is 251 - color contains mainly: blue. Hex color #072BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072BFB is #F8D404. Grayscale: #373737. Windows color (decimal): -16307205 or 16460551. OLE color: 16460551.

HSL color Cylindrical-coordinate representation of color #072BFB: hue angle of 231.15º 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 #072BFB is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 43 251 -
CMYK 0.97 0.83 0 0.02
HSL 231.15º 0.97% 0.51% -
HSV(B) 231.15º 0.97% 0.98% -
XYZ 18.36 8.74 91.99 -
YUV 55.95 238.07 93.09 -
System Red Green Blue C M Y K H S L
Decimal 7 43 251 0.97 0.83 0 0.02 231.15 0.97 0.51
Hex 7 2B FB 61 53 0 2 E7 61 33
Octal 7 53 373 141 123 0 2 347 141 63
Binary 111 101011 11111011 1100001 1010011 0 10 11100111 1100001 110011

Color Harmonies of #072BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BFB

Black with #072BFB

Text Example


Text Example

White with #072BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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