Html Css Color HEX #4C85ED Cornflower Blue

📋 copy color: '#4C85ED'

red 76 ◦ green 133 ◦ blue 237

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

Shades of Cornflower Blue #4C85ED

Tints of Cornflower Blue #4C85ED

RGB

 RED value IS 76 (30.08% from 255) = 17.04%

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

 BLUE value IS 237 (92.97% from 255) = 53.14%

R = 17.04%
G = 29.82%
B = 53.14%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4C85ED (or 0x4C85ED) is known color: Cornflower Blue. HEX triplet: 4C, 85 and ED. RGB value is (76,133,237). Sum of RGB (Red+Green+Blue) = 76+133+237=446 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.04% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #4C85ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C85ED is #B37A12. Grayscale: #7F7F7F. Windows color (decimal): -11762195 or 15566156. OLE color: 15566156.

HSL color Cylindrical-coordinate representation of color #4C85ED: hue angle of 218.76º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C85ED is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 133 237 -
CMYK 0.68 0.44 0 0.07
HSL 218.76º 0.82% 0.61% -
HSV(B) 218.76º 0.68% 0.93% -
XYZ 26.65 24.43 83.43 -
YUV 127.81 189.62 91.04 -
System Red Green Blue C M Y K H S L
Decimal 76 133 237 0.68 0.44 0 0.07 218.76 0.82 0.61
Hex 4C 85 ED 44 2C 0 7 DB 52 3D
Octal 114 205 355 104 54 0 7 333 122 75
Binary 1001100 10000101 11101101 1000100 101100 0 111 11011011 1010010 111101

Color Harmonies of #4C85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C85ED

Black with #4C85ED

Text Example


Text Example

White with #4C85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C85ED; }

 p { color: rgb(76,133,237); }

 H1.HeaderClassName
 {
   color: #4C85ED;
 }
 .AnyTagClassName
 {
   color: #4C85ED;
 }
</style>

background-color css

<style>
 a { background-color: #4C85ED; }

 a { background-color: rgb(76,133,237); }

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

border-color css

<style>
 span { border-color: #4C85ED; }

 span { border-color: rgb(76,133,237); }

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