Html Css Color HEX #071DEE Blue

📋 copy color: '#071DEE'

red 7 ◦ green 29 ◦ blue 238

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

Shades of Blue #071DEE

Tints of Blue #071DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.58%

 BLUE value IS 238 (93.36% from 255) = 86.86%

R = 2.55%
G = 10.58%
B = 86.86%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#071DEE (or 0x071DEE) is known color: Blue. HEX triplet: 07, 1D and EE. RGB value is (7,29,238). Sum of RGB (Red+Green+Blue) = 7+29+238=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 238 (93.36% from 255 or 86.86% from 274); Max value from RGB is 238 - color contains mainly: blue. Hex color #071DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071DEE is #F8E211. Grayscale: #2D2D2D. Windows color (decimal): -16310802 or 15604999. OLE color: 15604999.

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

Color convert

RGB 7 29 238 -
CMYK 0.97 0.88 0 0.07
HSL 234.29º 0.94% 0.48% -
HSV(B) 234.29º 0.97% 0.93% -
XYZ 15.96 7.1 81.42 -
YUV 46.25 236.21 100.01 -
System Red Green Blue C M Y K H S L
Decimal 7 29 238 0.97 0.88 0 0.07 234.29 0.94 0.48
Hex 7 1D EE 61 58 0 7 EA 5E 30
Octal 7 35 356 141 130 0 7 352 136 60
Binary 111 11101 11101110 1100001 1011000 0 111 11101010 1011110 110000

Color Harmonies of #071DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DEE

Black with #071DEE

Text Example


Text Example

White with #071DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,29,238); }

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

background-color css

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

 a { background-color: rgb(7,29,238); }

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

border-color css

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

 span { border-color: rgb(7,29,238); }

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