Html Css Color HEX #5B85FD Cornflower Blue

📋 copy color: '#5B85FD'

red 91 ◦ green 133 ◦ blue 253

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

Shades of Cornflower Blue #5B85FD

Tints of Cornflower Blue #5B85FD

RGB

 RED value IS 91 (35.94% from 255) = 19.08%

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

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 19.08%
G = 27.88%
B = 53.04%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B85FD (or 0x5B85FD) is known color: Cornflower Blue. HEX triplet: 5B, 85 and FD. RGB value is (91,133,253). Sum of RGB (Red+Green+Blue) = 91+133+253=477 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.08% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B85FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B85FD is #A47A02. Grayscale: #858585. Windows color (decimal): -10779139 or 16614747. OLE color: 16614747.

HSL color Cylindrical-coordinate representation of color #5B85FD: hue angle of 224.44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B85FD is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 133 253 -
CMYK 0.64 0.47 0 0.01
HSL 224.44º 0.98% 0.67% -
HSV(B) 224.44º 0.64% 0.99% -
XYZ 30.43 26.09 96.36 -
YUV 134.12 195.09 97.24 -
System Red Green Blue C M Y K H S L
Decimal 91 133 253 0.64 0.47 0 0.01 224.44 0.98 0.67
Hex 5B 85 FD 40 2F 0 1 E0 62 43
Octal 133 205 375 100 57 0 1 340 142 103
Binary 1011011 10000101 11111101 1000000 101111 0 1 11100000 1100010 1000011

Color Harmonies of #5B85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B85FD

Black with #5B85FD

Text Example


Text Example

White with #5B85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,133,253); }

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

background-color css

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

 a { background-color: rgb(91,133,253); }

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

border-color css

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

 span { border-color: rgb(91,133,253); }

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