Html Css Color HEX #5BA3FD Cornflower Blue

📋 copy color: '#5BA3FD'

red 91 ◦ green 163 ◦ blue 253

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

Shades of Cornflower Blue #5BA3FD

Tints of Cornflower Blue #5BA3FD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.15%

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

R = 17.95%
G = 32.15%
B = 49.9%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BA3FD (or 0x5BA3FD) is known color: Cornflower Blue. HEX triplet: 5B, A3 and FD. RGB value is (91,163,253). Sum of RGB (Red+Green+Blue) = 91+163+253=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BA3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA3FD is #A45C02. Grayscale: #979797. Windows color (decimal): -10771459 or 16622427. OLE color: 16622427.

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

Color convert

RGB 91 163 253 -
CMYK 0.64 0.36 0 0.01
HSL 213.33º 0.98% 0.67% -
HSV(B) 213.33º 0.64% 0.99% -
XYZ 35.14 35.51 97.93 -
YUV 151.73 185.15 84.68 -
System Red Green Blue C M Y K H S L
Decimal 91 163 253 0.64 0.36 0 0.01 213.33 0.98 0.67
Hex 5B A3 FD 40 24 0 1 D5 62 43
Octal 133 243 375 100 44 0 1 325 142 103
Binary 1011011 10100011 11111101 1000000 100100 0 1 11010101 1100010 1000011

Color Harmonies of #5BA3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA3FD

Black with #5BA3FD

Text Example


Text Example

White with #5BA3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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