Html Css Color HEX #5B90FD Cornflower Blue

📋 copy color: '#5B90FD'

red 91 ◦ green 144 ◦ blue 253

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

Shades of Cornflower Blue #5B90FD

Tints of Cornflower Blue #5B90FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.51%

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

R = 18.65%
G = 29.51%
B = 51.84%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B90FD (or 0x5B90FD) is known color: Cornflower Blue. HEX triplet: 5B, 90 and FD. RGB value is (91,144,253). Sum of RGB (Red+Green+Blue) = 91+144+253=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B90FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B90FD is #A46F02. Grayscale: #8C8C8C. Windows color (decimal): -10776323 or 16617563. OLE color: 16617563.

HSL color Cylindrical-coordinate representation of color #5B90FD: hue angle of 220.37º 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 #5B90FD is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 144 253 -
CMYK 0.64 0.43 0 0.01
HSL 220.37º 0.98% 0.67% -
HSV(B) 220.37º 0.64% 0.99% -
XYZ 32.02 29.26 96.89 -
YUV 140.58 191.44 92.64 -
System Red Green Blue C M Y K H S L
Decimal 91 144 253 0.64 0.43 0 0.01 220.37 0.98 0.67
Hex 5B 90 FD 40 2B 0 1 DC 62 43
Octal 133 220 375 100 53 0 1 334 142 103
Binary 1011011 10010000 11111101 1000000 101011 0 1 11011100 1100010 1000011

Color Harmonies of #5B90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B90FD

Black with #5B90FD

Text Example


Text Example

White with #5B90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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