Html Css Color HEX #072EFB Blue

📋 copy color: '#072EFB'

red 7 ◦ green 46 ◦ blue 251

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

Shades of Blue #072EFB

Tints of Blue #072EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

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

R = 2.3%
G = 15.13%
B = 82.57%

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

#072EFB (or 0x072EFB) is known color: Blue. HEX triplet: 07, 2E and FB. RGB value is (7,46,251). Sum of RGB (Red+Green+Blue) = 7+46+251=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 251 (98.44% from 255 or 82.57% from 304); Max value from RGB is 251 - color contains mainly: blue. Hex color #072EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072EFB is #F8D104. Grayscale: #383838. Windows color (decimal): -16306437 or 16461319. OLE color: 16461319.

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

Color convert

RGB 7 46 251 -
CMYK 0.97 0.82 0 0.02
HSL 230.41º 0.97% 0.51% -
HSV(B) 230.41º 0.97% 0.98% -
XYZ 18.48 8.96 92.02 -
YUV 57.71 237.08 91.83 -
System Red Green Blue C M Y K H S L
Decimal 7 46 251 0.97 0.82 0 0.02 230.41 0.97 0.51
Hex 7 2E FB 61 52 0 2 E6 61 33
Octal 7 56 373 141 122 0 2 346 141 63
Binary 111 101110 11111011 1100001 1010010 0 10 11100110 1100001 110011

Color Harmonies of #072EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EFB

Black with #072EFB

Text Example


Text Example

White with #072EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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