Html Css Color HEX #5D85DF Cornflower Blue

📋 copy color: '#5D85DF'

red 93 ◦ green 133 ◦ blue 223

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

Shades of Cornflower Blue #5D85DF

Tints of Cornflower Blue #5D85DF

RGB

 RED value IS 93 (36.72% from 255) = 20.71%

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

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 20.71%
G = 29.62%
B = 49.67%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D85DF (or 0x5D85DF) is known color: Cornflower Blue. HEX triplet: 5D, 85 and DF. RGB value is (93,133,223). Sum of RGB (Red+Green+Blue) = 93+133+223=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D85DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D85DF is #A27A20. Grayscale: #828282. Windows color (decimal): -10648097 or 14648669. OLE color: 14648669.

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

Color convert

RGB 93 133 223 -
CMYK 0.58 0.40 0 0.13
HSL 221.54º 0.67% 0.62% -
HSV(B) 221.54º 0.58% 0.87% -
XYZ 26.22 24.43 73.15 -
YUV 131.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 93 133 223 0.58 0.40 0 0.13 221.54 0.67 0.62
Hex 5D 85 DF 3A 28 0 D DE 43 3E
Octal 135 205 337 72 50 0 15 336 103 76
Binary 1011101 10000101 11011111 111010 101000 0 1101 11011110 1000011 111110

Color Harmonies of #5D85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D85DF

Black with #5D85DF

Text Example


Text Example

White with #5D85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,133,223); }

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

background-color css

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

 a { background-color: rgb(93,133,223); }

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

border-color css

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

 span { border-color: rgb(93,133,223); }

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