Html Css Color HEX #071DFC Blue

📋 copy color: '#071DFC'

red 7 ◦ green 29 ◦ blue 252

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

Shades of Blue #071DFC

Tints of Blue #071DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 87.5%

R = 2.43%
G = 10.07%
B = 87.5%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#071DFC (or 0x071DFC) is known color: Blue. HEX triplet: 07, 1D and FC. RGB value is (7,29,252). Sum of RGB (Red+Green+Blue) = 7+29+252=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 252 (98.83% from 255 or 87.5% from 288); Max value from RGB is 252 - color contains mainly: blue. Hex color #071DFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071DFC is #F8E203. Grayscale: #2E2E2E. Windows color (decimal): -16310788 or 16522503. OLE color: 16522503.

HSL color Cylindrical-coordinate representation of color #071DFC: hue angle of 234.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071DFC is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 29 252 -
CMYK 0.97 0.88 0 0.01
HSL 234.61º 0.98% 0.51% -
HSV(B) 234.61º 0.97% 0.99% -
XYZ 18.1 7.95 92.68 -
YUV 47.84 243.21 98.87 -
System Red Green Blue C M Y K H S L
Decimal 7 29 252 0.97 0.88 0 0.01 234.61 0.98 0.51
Hex 7 1D FC 61 58 0 1 EB 62 33
Octal 7 35 374 141 130 0 1 353 142 63
Binary 111 11101 11111100 1100001 1011000 0 1 11101011 1100010 110011

Color Harmonies of #071DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DFC

Black with #071DFC

Text Example


Text Example

White with #071DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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