Html Css Color HEX #0714F9 Blue

📋 copy color: '#0714F9'

red 7 ◦ green 20 ◦ blue 249

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

Shades of Blue #0714F9

Tints of Blue #0714F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 90.22%

R = 2.54%
G = 7.25%
B = 90.22%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0714F9 (or 0x0714F9) is known color: Blue. HEX triplet: 07, 14 and F9. RGB value is (7,20,249). Sum of RGB (Red+Green+Blue) = 7+20+249=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 249 (97.66% from 255 or 90.22% from 276); Max value from RGB is 249 - color contains mainly: blue. Hex color #0714F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0714F9 is #F8EB06. Grayscale: #292929. Windows color (decimal): -16313095 or 16323591. OLE color: 16323591.

HSL color Cylindrical-coordinate representation of color #0714F9: hue angle of 236.78º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0714F9 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 20 249 -
CMYK 0.97 0.92 0 0.02
HSL 236.78º 0.95% 0.5% -
HSV(B) 236.78º 0.97% 0.98% -
XYZ 17.44 7.39 90.13 -
YUV 42.22 244.69 102.88 -
System Red Green Blue C M Y K H S L
Decimal 7 20 249 0.97 0.92 0 0.02 236.78 0.95 0.5
Hex 7 14 F9 61 5C 0 2 ED 5F 32
Octal 7 24 371 141 134 0 2 355 137 62
Binary 111 10100 11111001 1100001 1011100 0 10 11101101 1011111 110010

Color Harmonies of #0714F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0714F9

Black with #0714F9

Text Example


Text Example

White with #0714F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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