Html Css Color HEX #4884FE Cornflower Blue

📋 copy color: '#4884FE'

red 72 ◦ green 132 ◦ blue 254

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

Shades of Cornflower Blue #4884FE

Tints of Cornflower Blue #4884FE

RGB

 RED value IS 72 (28.52% from 255) = 15.72%

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

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

R = 15.72%
G = 28.82%
B = 55.46%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4884FE (or 0x4884FE) is known color: Cornflower Blue. HEX triplet: 48, 84 and FE. RGB value is (72,132,254). Sum of RGB (Red+Green+Blue) = 72+132+254=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #4884FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4884FE is #B77B01. Grayscale: #7F7F7F. Windows color (decimal): -12024578 or 16680008. OLE color: 16680008.

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

Color convert

RGB 72 132 254 -
CMYK 0.72 0.48 0 0.00
HSL 220.22º 0.99% 0.64% -
HSV(B) 220.22º 0.72% 1% -
XYZ 28.81 25.04 97.08 -
YUV 127.97 199.12 88.08 -
System Red Green Blue C M Y K H S L
Decimal 72 132 254 0.72 0.48 0 0.00 220.22 0.99 0.64
Hex 48 84 FE 48 30 0 0 DC 63 40
Octal 110 204 376 110 60 0 0 334 143 100
Binary 1001000 10000100 11111110 1001000 110000 0 0 11011100 1100011 1000000

Color Harmonies of #4884FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4884FE

Black with #4884FE

Text Example


Text Example

White with #4884FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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