Html Css Color HEX #4882FF Cornflower Blue

📋 copy color: '#4882FF'

red 72 ◦ green 130 ◦ blue 255

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

Shades of Cornflower Blue #4882FF

Tints of Cornflower Blue #4882FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

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

R = 15.75%
G = 28.45%
B = 55.8%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4882FF (or 0x4882FF) is known color: Cornflower Blue. HEX triplet: 48, 82 and FF. RGB value is (72,130,255). Sum of RGB (Red+Green+Blue) = 72+130+255=457 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.75% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #4882FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4882FF is #B77D00. Grayscale: #7E7E7E. Windows color (decimal): -12025089 or 16745032. OLE color: 16745032.

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

Color convert

RGB 72 130 255 -
CMYK 0.72 0.49 0 0
HSL 220.98º 1% 0.64% -
HSV(B) 220.98º 0.72% 1% -
XYZ 28.71 24.56 97.84 -
YUV 126.91 200.28 88.84 -
System Red Green Blue C M Y K H S L
Decimal 72 130 255 0.72 0.49 0 0 220.98 1 0.64
Hex 48 82 FF 48 31 0 0 DD 64 40
Octal 110 202 377 110 61 0 0 335 144 100
Binary 1001000 10000010 11111111 1001000 110001 0 0 11011101 1100100 1000000

Color Harmonies of #4882FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4882FF

Black with #4882FF

Text Example


Text Example

White with #4882FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,130,255); }

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

background-color css

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

 a { background-color: rgb(72,130,255); }

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

border-color css

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

 span { border-color: rgb(72,130,255); }

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