Html Css Color HEX #4985FC Cornflower Blue

📋 copy color: '#4985FC'

red 73 ◦ green 133 ◦ blue 252

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

Shades of Cornflower Blue #4985FC

Tints of Cornflower Blue #4985FC

RGB

 RED value IS 73 (28.91% from 255) = 15.94%

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

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

R = 15.94%
G = 29.04%
B = 55.02%

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

#4985FC (or 0x4985FC) is known color: Cornflower Blue. HEX triplet: 49, 85 and FC. RGB value is (73,133,252). Sum of RGB (Red+Green+Blue) = 73+133+252=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #4985FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4985FC is #B67A03. Grayscale: #808080. Windows color (decimal): -11958788 or 16549193. OLE color: 16549193.

HSL color Cylindrical-coordinate representation of color #4985FC: hue angle of 219.89º 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 #4985FC is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 133 252 -
CMYK 0.71 0.47 0 0.01
HSL 219.89º 0.97% 0.64% -
HSV(B) 219.89º 0.71% 0.99% -
XYZ 28.71 25.22 95.45 -
YUV 128.63 197.62 88.32 -
System Red Green Blue C M Y K H S L
Decimal 73 133 252 0.71 0.47 0 0.01 219.89 0.97 0.64
Hex 49 85 FC 47 2F 0 1 DC 61 40
Octal 111 205 374 107 57 0 1 334 141 100
Binary 1001001 10000101 11111100 1000111 101111 0 1 11011100 1100001 1000000

Color Harmonies of #4985FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4985FC

Black with #4985FC

Text Example


Text Example

White with #4985FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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