Html Css Color HEX #5C85EF Cornflower Blue

📋 copy color: '#5C85EF'

red 92 ◦ green 133 ◦ blue 239

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

Shades of Cornflower Blue #5C85EF

Tints of Cornflower Blue #5C85EF

RGB

 RED value IS 92 (36.33% from 255) = 19.83%

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 19.83%
G = 28.66%
B = 51.51%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5C85EF (or 0x5C85EF) is known color: Cornflower Blue. HEX triplet: 5C, 85 and EF. RGB value is (92,133,239). Sum of RGB (Red+Green+Blue) = 92+133+239=464 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.83% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C85EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C85EF is #A37A10. Grayscale: #848484. Windows color (decimal): -10713617 or 15697244. OLE color: 15697244.

HSL color Cylindrical-coordinate representation of color #5C85EF: hue angle of 223.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C85EF is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 133 239 -
CMYK 0.62 0.44 0 0.06
HSL 223.27º 0.82% 0.65% -
HSV(B) 223.27º 0.62% 0.94% -
XYZ 28.38 25.28 85.05 -
YUV 132.83 187.92 98.88 -
System Red Green Blue C M Y K H S L
Decimal 92 133 239 0.62 0.44 0 0.06 223.27 0.82 0.65
Hex 5C 85 EF 3E 2C 0 6 DF 52 41
Octal 134 205 357 76 54 0 6 337 122 101
Binary 1011100 10000101 11101111 111110 101100 0 110 11011111 1010010 1000001

Color Harmonies of #5C85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C85EF

Black with #5C85EF

Text Example


Text Example

White with #5C85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C85EF; }

 p { color: rgb(92,133,239); }

 H1.HeaderClassName
 {
   color: #5C85EF;
 }
 .AnyTagClassName
 {
   color: #5C85EF;
 }
</style>

background-color css

<style>
 a { background-color: #5C85EF; }

 a { background-color: rgb(92,133,239); }

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

border-color css

<style>
 span { border-color: #5C85EF; }

 span { border-color: rgb(92,133,239); }

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