Html Css Color HEX #7284FE Cornflower Blue

📋 copy color: '#7284FE'

red 114 ◦ green 132 ◦ blue 254

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

Shades of Cornflower Blue #7284FE

Tints of Cornflower Blue #7284FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

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

R = 22.8%
G = 26.4%
B = 50.8%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7284FE (or 0x7284FE) is known color: Cornflower Blue. HEX triplet: 72, 84 and FE. RGB value is (114,132,254). Sum of RGB (Red+Green+Blue) = 114+132+254=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #7284FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7284FE is #8D7B01. Grayscale: #8C8C8C. Windows color (decimal): -9272066 or 16680050. OLE color: 16680050.

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

Color convert

RGB 114 132 254 -
CMYK 0.55 0.48 0 0.00
HSL 232.29º 0.99% 0.72% -
HSV(B) 232.29º 0.55% 1% -
XYZ 33.08 27.24 97.28 -
YUV 140.53 192.04 109.08 -
System Red Green Blue C M Y K H S L
Decimal 114 132 254 0.55 0.48 0 0.00 232.29 0.99 0.72
Hex 72 84 FE 37 30 0 0 E8 63 48
Octal 162 204 376 67 60 0 0 350 143 110
Binary 1110010 10000100 11111110 110111 110000 0 0 11101000 1100011 1001000

Color Harmonies of #7284FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7284FE

Black with #7284FE

Text Example


Text Example

White with #7284FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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