Html Css Color HEX #5785FF Cornflower Blue

📋 copy color: '#5785FF'

red 87 ◦ green 133 ◦ blue 255

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

Shades of Cornflower Blue #5785FF

Tints of Cornflower Blue #5785FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 18.32%
G = 28%
B = 53.68%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5785FF (or 0x5785FF) is known color: Cornflower Blue. HEX triplet: 57, 85 and FF. RGB value is (87,133,255). Sum of RGB (Red+Green+Blue) = 87+133+255=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #5785FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5785FF is #A87A00. Grayscale: #848484. Windows color (decimal): -11041281 or 16745815. OLE color: 16745815.

HSL color Cylindrical-coordinate representation of color #5785FF: hue angle of 223.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5785FF is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 133 255 -
CMYK 0.66 0.48 0 0
HSL 223.57º 1% 0.67% -
HSV(B) 223.57º 0.66% 1% -
XYZ 30.37 26.02 98.03 -
YUV 133.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 87 133 255 0.66 0.48 0 0 223.57 1 0.67
Hex 57 85 FF 42 30 0 0 E0 64 43
Octal 127 205 377 102 60 0 0 340 144 103
Binary 1010111 10000101 11111111 1000010 110000 0 0 11100000 1100100 1000011

Color Harmonies of #5785FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5785FF

Black with #5785FF

Text Example


Text Example

White with #5785FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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