Html Css Color HEX #4885FC Cornflower Blue

📋 copy color: '#4885FC'

red 72 ◦ green 133 ◦ blue 252

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

Shades of Cornflower Blue #4885FC

Tints of Cornflower Blue #4885FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 15.75%
G = 29.1%
B = 55.14%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4885FC (or 0x4885FC) is known color: Cornflower Blue. HEX triplet: 48, 85 and FC. RGB value is (72,133,252). Sum of RGB (Red+Green+Blue) = 72+133+252=457 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.75% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #4885FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4885FC is #B77A03. Grayscale: #7F7F7F. Windows color (decimal): -12024324 or 16549192. OLE color: 16549192.

HSL color Cylindrical-coordinate representation of color #4885FC: hue angle of 219.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4885FC is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 133 252 -
CMYK 0.71 0.47 0 0.01
HSL 219.67º 0.97% 0.64% -
HSV(B) 219.67º 0.71% 0.99% -
XYZ 28.63 25.18 95.45 -
YUV 128.33 197.79 87.82 -
System Red Green Blue C M Y K H S L
Decimal 72 133 252 0.71 0.47 0 0.01 219.67 0.97 0.64
Hex 48 85 FC 47 2F 0 1 DC 61 40
Octal 110 205 374 107 57 0 1 334 141 100
Binary 1001000 10000101 11111100 1000111 101111 0 1 11011100 1100001 1000000

Color Harmonies of #4885FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4885FC

Black with #4885FC

Text Example


Text Example

White with #4885FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4885FC; }

 p { color: rgb(72,133,252); }

 H1.HeaderClassName
 {
   color: #4885FC;
 }
 .AnyTagClassName
 {
   color: #4885FC;
 }
</style>

background-color css

<style>
 a { background-color: #4885FC; }

 a { background-color: rgb(72,133,252); }

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

border-color css

<style>
 span { border-color: #4885FC; }

 span { border-color: rgb(72,133,252); }

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