Html Css Color HEX #4985FD Cornflower Blue

📋 copy color: '#4985FD'

red 73 ◦ green 133 ◦ blue 253

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

Shades of Cornflower Blue #4985FD

Tints of Cornflower Blue #4985FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 15.9%
G = 28.98%
B = 55.12%

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

#4985FD (or 0x4985FD) is known color: Cornflower Blue. HEX triplet: 49, 85 and FD. RGB value is (73,133,253). Sum of RGB (Red+Green+Blue) = 73+133+253=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #4985FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4985FD is #B67A02. Grayscale: #808080. Windows color (decimal): -11958787 or 16614729. OLE color: 16614729.

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

Color convert

RGB 73 133 253 -
CMYK 0.71 0.47 0 0.01
HSL 220º 0.98% 0.64% -
HSV(B) 220º 0.71% 0.99% -
XYZ 28.86 25.28 96.29 -
YUV 128.74 198.12 88.24 -
System Red Green Blue C M Y K H S L
Decimal 73 133 253 0.71 0.47 0 0.01 220 0.98 0.64
Hex 49 85 FD 47 2F 0 1 DC 62 40
Octal 111 205 375 107 57 0 1 334 142 100
Binary 1001001 10000101 11111101 1000111 101111 0 1 11011100 1100010 1000000

Color Harmonies of #4985FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4985FD

Black with #4985FD

Text Example


Text Example

White with #4985FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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