Html Css Color HEX #7291FE Cornflower Blue

📋 copy color: '#7291FE'

red 114 ◦ green 145 ◦ blue 254

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

Shades of Cornflower Blue #7291FE

Tints of Cornflower Blue #7291FE

RGB

 RED value IS 114 (44.92% from 255) = 22.22%

 GREEN value IS 145 (57.03% from 255) = 28.27%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 22.22%
G = 28.27%
B = 49.51%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7291FE (or 0x7291FE) is known color: Cornflower Blue. HEX triplet: 72, 91 and FE. RGB value is (114,145,254). Sum of RGB (Red+Green+Blue) = 114+145+254=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #7291FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7291FE is #8D6E01. Grayscale: #939393. Windows color (decimal): -9268738 or 16683378. OLE color: 16683378.

HSL color Cylindrical-coordinate representation of color #7291FE: hue angle of 226.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7291FE is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 145 254 -
CMYK 0.55 0.43 0 0.00
HSL 226.71º 0.99% 0.72% -
HSV(B) 226.71º 0.55% 1% -
XYZ 34.95 30.98 97.9 -
YUV 148.16 187.73 103.64 -
System Red Green Blue C M Y K H S L
Decimal 114 145 254 0.55 0.43 0 0.00 226.71 0.99 0.72
Hex 72 91 FE 37 2B 0 0 E3 63 48
Octal 162 221 376 67 53 0 0 343 143 110
Binary 1110010 10010001 11111110 110111 101011 0 0 11100011 1100011 1001000

Color Harmonies of #7291FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7291FE

Black with #7291FE

Text Example


Text Example

White with #7291FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7291FE; }

 p { color: rgb(114,145,254); }

 H1.HeaderClassName
 {
   color: #7291FE;
 }
 .AnyTagClassName
 {
   color: #7291FE;
 }
</style>

background-color css

<style>
 a { background-color: #7291FE; }

 a { background-color: rgb(114,145,254); }

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

border-color css

<style>
 span { border-color: #7291FE; }

 span { border-color: rgb(114,145,254); }

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