Html Css Color HEX #5785DE Cornflower Blue

📋 copy color: '#5785DE'

red 87 ◦ green 133 ◦ blue 222

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

Shades of Cornflower Blue #5785DE

Tints of Cornflower Blue #5785DE

RGB

 RED value IS 87 (34.38% from 255) = 19.68%

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

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 19.68%
G = 30.09%
B = 50.23%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5785DE (or 0x5785DE) is known color: Cornflower Blue. HEX triplet: 57, 85 and DE. RGB value is (87,133,222). Sum of RGB (Red+Green+Blue) = 87+133+222=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #5785DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5785DE is #A87A21. Grayscale: #808080. Windows color (decimal): -11041314 or 14583127. OLE color: 14583127.

HSL color Cylindrical-coordinate representation of color #5785DE: hue angle of 219.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5785DE is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 133 222 -
CMYK 0.61 0.40 0 0.13
HSL 219.56º 0.67% 0.61% -
HSV(B) 219.56º 0.61% 0.87% -
XYZ 25.5 24.08 72.41 -
YUV 129.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 87 133 222 0.61 0.40 0 0.13 219.56 0.67 0.61
Hex 57 85 DE 3D 28 0 D DC 43 3D
Octal 127 205 336 75 50 0 15 334 103 75
Binary 1010111 10000101 11011110 111101 101000 0 1101 11011100 1000011 111101

Color Harmonies of #5785DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5785DE

Black with #5785DE

Text Example


Text Example

White with #5785DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5785DE; }

 p { color: rgb(87,133,222); }

 H1.HeaderClassName
 {
   color: #5785DE;
 }
 .AnyTagClassName
 {
   color: #5785DE;
 }
</style>

background-color css

<style>
 a { background-color: #5785DE; }

 a { background-color: rgb(87,133,222); }

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

border-color css

<style>
 span { border-color: #5785DE; }

 span { border-color: rgb(87,133,222); }

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