Html Css Color HEX #4985F3 Cornflower Blue

📋 copy color: '#4985F3'

red 73 ◦ green 133 ◦ blue 243

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

Shades of Cornflower Blue #4985F3

Tints of Cornflower Blue #4985F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.12%

R = 16.26%
G = 29.62%
B = 54.12%

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

#4985F3 (or 0x4985F3) is known color: Cornflower Blue. HEX triplet: 49, 85 and F3. RGB value is (73,133,243). Sum of RGB (Red+Green+Blue) = 73+133+243=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #4985F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4985F3 is #B67A0C. Grayscale: #7F7F7F. Windows color (decimal): -11958797 or 15959369. OLE color: 15959369.

HSL color Cylindrical-coordinate representation of color #4985F3: hue angle of 218.82º degrees, saturation: 0.88, 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 #4985F3 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 133 243 -
CMYK 0.70 0.45 0 0.05
HSL 218.82º 0.88% 0.62% -
HSV(B) 218.82º 0.7% 0.95% -
XYZ 27.31 24.66 88.11 -
YUV 127.6 193.12 89.06 -
System Red Green Blue C M Y K H S L
Decimal 73 133 243 0.70 0.45 0 0.05 218.82 0.88 0.62
Hex 49 85 F3 46 2D 0 5 DB 58 3E
Octal 111 205 363 106 55 0 5 333 130 76
Binary 1001001 10000101 11110011 1000110 101101 0 101 11011011 1011000 111110

Color Harmonies of #4985F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4985F3

Black with #4985F3

Text Example


Text Example

White with #4985F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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