Html Css Color HEX #4985F1 Cornflower Blue

📋 copy color: '#4985F1'

red 73 ◦ green 133 ◦ blue 241

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

Shades of Cornflower Blue #4985F1

Tints of Cornflower Blue #4985F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.91%

R = 16.33%
G = 29.75%
B = 53.91%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4985F1 (or 0x4985F1) is known color: Cornflower Blue. HEX triplet: 49, 85 and F1. RGB value is (73,133,241). Sum of RGB (Red+Green+Blue) = 73+133+241=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #4985F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4985F1 is #B67A0E. Grayscale: #7E7E7E. Windows color (decimal): -11958799 or 15828297. OLE color: 15828297.

HSL color Cylindrical-coordinate representation of color #4985F1: hue angle of 218.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4985F1 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 133 241 -
CMYK 0.70 0.45 0 0.05
HSL 218.57º 0.86% 0.62% -
HSV(B) 218.57º 0.7% 0.95% -
XYZ 27.01 24.54 86.53 -
YUV 127.37 192.12 89.22 -
System Red Green Blue C M Y K H S L
Decimal 73 133 241 0.70 0.45 0 0.05 218.57 0.86 0.62
Hex 49 85 F1 46 2D 0 5 DB 56 3E
Octal 111 205 361 106 55 0 5 333 126 76
Binary 1001001 10000101 11110001 1000110 101101 0 101 11011011 1010110 111110

Color Harmonies of #4985F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4985F1

Black with #4985F1

Text Example


Text Example

White with #4985F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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