Html Css Color HEX #071EEA Blue

📋 copy color: '#071EEA'

red 7 ◦ green 30 ◦ blue 234

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

Shades of Blue #071EEA

Tints of Blue #071EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 234 (91.8% from 255) = 86.35%

R = 2.58%
G = 11.07%
B = 86.35%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#071EEA (or 0x071EEA) is known color: Blue. HEX triplet: 07, 1E and EA. RGB value is (7,30,234). Sum of RGB (Red+Green+Blue) = 7+30+234=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 234 (91.80% from 255 or 86.35% from 271); Max value from RGB is 234 - color contains mainly: blue. Hex color #071EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071EEA is #F8E115. Grayscale: #2D2D2D. Windows color (decimal): -16310550 or 15343111. OLE color: 15343111.

HSL color Cylindrical-coordinate representation of color #071EEA: hue angle of 233.92º 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 #071EEA is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 30 234 -
CMYK 0.97 0.87 0 0.08
HSL 233.92º 0.94% 0.47% -
HSV(B) 233.92º 0.97% 0.92% -
XYZ 15.4 6.91 78.36 -
YUV 46.38 233.88 99.91 -
System Red Green Blue C M Y K H S L
Decimal 7 30 234 0.97 0.87 0 0.08 233.92 0.94 0.47
Hex 7 1E EA 61 57 0 8 EA 5E 2F
Octal 7 36 352 141 127 0 10 352 136 57
Binary 111 11110 11101010 1100001 1010111 0 1000 11101010 1011110 101111

Color Harmonies of #071EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071EEA

Black with #071EEA

Text Example


Text Example

White with #071EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,30,234); }

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

background-color css

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

 a { background-color: rgb(7,30,234); }

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

border-color css

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

 span { border-color: rgb(7,30,234); }

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