Html Css Color HEX #071CEB Blue

📋 copy color: '#071CEB'

red 7 ◦ green 28 ◦ blue 235

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

Shades of Blue #071CEB

Tints of Blue #071CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

 BLUE value IS 235 (92.19% from 255) = 87.04%

R = 2.59%
G = 10.37%
B = 87.04%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#071CEB (or 0x071CEB) is known color: Blue. HEX triplet: 07, 1C and EB. RGB value is (7,28,235). Sum of RGB (Red+Green+Blue) = 7+28+235=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 235 (92.19% from 255 or 87.04% from 270); Max value from RGB is 235 - color contains mainly: blue. Hex color #071CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071CEB is #F8E314. Grayscale: #2C2C2C. Windows color (decimal): -16311061 or 15408135. OLE color: 15408135.

HSL color Cylindrical-coordinate representation of color #071CEB: hue angle of 234.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071CEB is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 28 235 -
CMYK 0.97 0.88 0 0.08
HSL 234.47º 0.94% 0.47% -
HSV(B) 234.47º 0.97% 0.92% -
XYZ 15.5 6.87 79.11 -
YUV 45.32 235.04 100.67 -
System Red Green Blue C M Y K H S L
Decimal 7 28 235 0.97 0.88 0 0.08 234.47 0.94 0.47
Hex 7 1C EB 61 58 0 8 EA 5E 2F
Octal 7 34 353 141 130 0 10 352 136 57
Binary 111 11100 11101011 1100001 1011000 0 1000 11101010 1011110 101111

Color Harmonies of #071CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071CEB

Black with #071CEB

Text Example


Text Example

White with #071CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071CEB; }

 p { color: rgb(7,28,235); }

 H1.HeaderClassName
 {
   color: #071CEB;
 }
 .AnyTagClassName
 {
   color: #071CEB;
 }
</style>

background-color css

<style>
 a { background-color: #071CEB; }

 a { background-color: rgb(7,28,235); }

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

border-color css

<style>
 span { border-color: #071CEB; }

 span { border-color: rgb(7,28,235); }

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