Html Css Color HEX #5A8BFD Cornflower Blue

📋 copy color: '#5A8BFD'

red 90 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #5A8BFD

Tints of Cornflower Blue #5A8BFD

RGB

 RED value IS 90 (35.55% from 255) = 18.67%

 GREEN value IS 139 (54.69% from 255) = 28.84%

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

R = 18.67%
G = 28.84%
B = 52.49%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5A8BFD (or 0x5A8BFD) is known color: Cornflower Blue. HEX triplet: 5A, 8B and FD. RGB value is (90,139,253). Sum of RGB (Red+Green+Blue) = 90+139+253=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A8BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8BFD is #A57402. Grayscale: #888888. Windows color (decimal): -10843139 or 16616282. OLE color: 16616282.

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

Color convert

RGB 90 139 253 -
CMYK 0.64 0.45 0 0.01
HSL 221.96º 0.98% 0.67% -
HSV(B) 221.96º 0.64% 0.99% -
XYZ 31.18 27.73 96.64 -
YUV 137.35 193.27 94.23 -
System Red Green Blue C M Y K H S L
Decimal 90 139 253 0.64 0.45 0 0.01 221.96 0.98 0.67
Hex 5A 8B FD 40 2D 0 1 DE 62 43
Octal 132 213 375 100 55 0 1 336 142 103
Binary 1011010 10001011 11111101 1000000 101101 0 1 11011110 1100010 1000011

Color Harmonies of #5A8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8BFD

Black with #5A8BFD

Text Example


Text Example

White with #5A8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,139,253); }

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

background-color css

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

 a { background-color: rgb(90,139,253); }

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

border-color css

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

 span { border-color: rgb(90,139,253); }

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