Html Css Color HEX #0714FD Blue

📋 copy color: '#0714FD'

red 7 ◦ green 20 ◦ blue 253

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

Shades of Blue #0714FD

Tints of Blue #0714FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

 BLUE value IS 253 (99.22% from 255) = 90.36%

R = 2.5%
G = 7.14%
B = 90.36%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0714FD (or 0x0714FD) is known color: Blue. HEX triplet: 07, 14 and FD. RGB value is (7,20,253). Sum of RGB (Red+Green+Blue) = 7+20+253=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 253 (99.22% from 255 or 90.36% from 280); Max value from RGB is 253 - color contains mainly: blue. Hex color #0714FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0714FD is #F8EB02. Grayscale: #292929. Windows color (decimal): -16313091 or 16585735. OLE color: 16585735.

HSL color Cylindrical-coordinate representation of color #0714FD: hue angle of 236.83º 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 #0714FD is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 20 253 -
CMYK 0.97 0.92 0 0.01
HSL 236.83º 0.98% 0.51% -
HSV(B) 236.83º 0.97% 0.99% -
XYZ 18.07 7.64 93.45 -
YUV 42.68 246.69 102.55 -
System Red Green Blue C M Y K H S L
Decimal 7 20 253 0.97 0.92 0 0.01 236.83 0.98 0.51
Hex 7 14 FD 61 5C 0 1 ED 62 33
Octal 7 24 375 141 134 0 1 355 142 63
Binary 111 10100 11111101 1100001 1011100 0 1 11101101 1100010 110011

Color Harmonies of #0714FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0714FD

Black with #0714FD

Text Example


Text Example

White with #0714FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0714FD; }

 p { color: rgb(7,20,253); }

 H1.HeaderClassName
 {
   color: #0714FD;
 }
 .AnyTagClassName
 {
   color: #0714FD;
 }
</style>

background-color css

<style>
 a { background-color: #0714FD; }

 a { background-color: rgb(7,20,253); }

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

border-color css

<style>
 span { border-color: #0714FD; }

 span { border-color: rgb(7,20,253); }

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