Html Css Color HEX #7284FF Cornflower Blue

📋 copy color: '#7284FF'

red 114 ◦ green 132 ◦ blue 255

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

Shades of Cornflower Blue #7284FF

Tints of Cornflower Blue #7284FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 22.75%
G = 26.35%
B = 50.9%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7284FF (or 0x7284FF) is known color: Cornflower Blue. HEX triplet: 72, 84 and FF. RGB value is (114,132,255). Sum of RGB (Red+Green+Blue) = 114+132+255=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #7284FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7284FF is #8D7B00. Grayscale: #8C8C8C. Windows color (decimal): -9272065 or 16745586. OLE color: 16745586.

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

Color convert

RGB 114 132 255 -
CMYK 0.55 0.48 0 0
HSL 232.34º 1% 0.72% -
HSV(B) 232.34º 0.55% 1% -
XYZ 33.24 27.3 98.13 -
YUV 140.64 192.54 109 -
System Red Green Blue C M Y K H S L
Decimal 114 132 255 0.55 0.48 0 0 232.34 1 0.72
Hex 72 84 FF 37 30 0 0 E8 64 48
Octal 162 204 377 67 60 0 0 350 144 110
Binary 1110010 10000100 11111111 110111 110000 0 0 11101000 1100100 1001000

Color Harmonies of #7284FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7284FF

Black with #7284FF

Text Example


Text Example

White with #7284FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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