Html Css Color HEX #5BA5FD Cornflower Blue

📋 copy color: '#5BA5FD'

red 91 ◦ green 165 ◦ blue 253

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

Shades of Cornflower Blue #5BA5FD

Tints of Cornflower Blue #5BA5FD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.42%

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

R = 17.88%
G = 32.42%
B = 49.71%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BA5FD (or 0x5BA5FD) is known color: Cornflower Blue. HEX triplet: 5B, A5 and FD. RGB value is (91,165,253). Sum of RGB (Red+Green+Blue) = 91+165+253=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BA5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA5FD is #A45A02. Grayscale: #989898. Windows color (decimal): -10770947 or 16622939. OLE color: 16622939.

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

Color convert

RGB 91 165 253 -
CMYK 0.64 0.35 0 0.01
HSL 212.59º 0.98% 0.67% -
HSV(B) 212.59º 0.64% 0.99% -
XYZ 35.5 36.23 98.05 -
YUV 152.91 184.48 83.84 -
System Red Green Blue C M Y K H S L
Decimal 91 165 253 0.64 0.35 0 0.01 212.59 0.98 0.67
Hex 5B A5 FD 40 23 0 1 D5 62 43
Octal 133 245 375 100 43 0 1 325 142 103
Binary 1011011 10100101 11111101 1000000 100011 0 1 11010101 1100010 1000011

Color Harmonies of #5BA5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA5FD

Black with #5BA5FD

Text Example


Text Example

White with #5BA5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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