Html Css Color HEX #071CED Blue

📋 copy color: '#071CED'

red 7 ◦ green 28 ◦ blue 237

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

Shades of Blue #071CED

Tints of Blue #071CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 87.13%

R = 2.57%
G = 10.29%
B = 87.13%

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

#071CED (or 0x071CED) is known color: Blue. HEX triplet: 07, 1C and ED. RGB value is (7,28,237). Sum of RGB (Red+Green+Blue) = 7+28+237=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 237 (92.97% from 255 or 87.13% from 272); Max value from RGB is 237 - color contains mainly: blue. Hex color #071CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071CED is #F8E312. Grayscale: #2C2C2C. Windows color (decimal): -16311059 or 15539207. OLE color: 15539207.

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

Color convert

RGB 7 28 237 -
CMYK 0.97 0.88 0 0.07
HSL 234.52º 0.94% 0.48% -
HSV(B) 234.52º 0.97% 0.93% -
XYZ 15.79 6.99 80.64 -
YUV 45.55 236.04 100.51 -
System Red Green Blue C M Y K H S L
Decimal 7 28 237 0.97 0.88 0 0.07 234.52 0.94 0.48
Hex 7 1C ED 61 58 0 7 EB 5E 30
Octal 7 34 355 141 130 0 7 353 136 60
Binary 111 11100 11101101 1100001 1011000 0 111 11101011 1011110 110000

Color Harmonies of #071CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071CED

Black with #071CED

Text Example


Text Example

White with #071CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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