Html Css Color HEX #7294FE Cornflower Blue

📋 copy color: '#7294FE'

red 114 ◦ green 148 ◦ blue 254

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

Shades of Cornflower Blue #7294FE

Tints of Cornflower Blue #7294FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

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

R = 22.09%
G = 28.68%
B = 49.22%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7294FE (or 0x7294FE) is known color: Cornflower Blue. HEX triplet: 72, 94 and FE. RGB value is (114,148,254). Sum of RGB (Red+Green+Blue) = 114+148+254=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #7294FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7294FE is #8D6B01. Grayscale: #959595. Windows color (decimal): -9267970 or 16684146. OLE color: 16684146.

HSL color Cylindrical-coordinate representation of color #7294FE: hue angle of 225.43º 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 #7294FE is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 148 254 -
CMYK 0.55 0.42 0 0.00
HSL 225.43º 0.99% 0.72% -
HSV(B) 225.43º 0.55% 1% -
XYZ 35.42 31.91 98.06 -
YUV 149.92 186.74 102.38 -
System Red Green Blue C M Y K H S L
Decimal 114 148 254 0.55 0.42 0 0.00 225.43 0.99 0.72
Hex 72 94 FE 37 2A 0 0 E1 63 48
Octal 162 224 376 67 52 0 0 341 143 110
Binary 1110010 10010100 11111110 110111 101010 0 0 11100001 1100011 1001000

Color Harmonies of #7294FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7294FE

Black with #7294FE

Text Example


Text Example

White with #7294FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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