Html Css Color HEX #5A8BEB Cornflower Blue

📋 copy color: '#5A8BEB'

red 90 ◦ green 139 ◦ blue 235

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

Shades of Cornflower Blue #5A8BEB

Tints of Cornflower Blue #5A8BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 19.4%
G = 29.96%
B = 50.65%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A8BEB (or 0x5A8BEB) is known color: Cornflower Blue. HEX triplet: 5A, 8B and EB. RGB value is (90,139,235). Sum of RGB (Red+Green+Blue) = 90+139+235=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A8BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8BEB is #A57414. Grayscale: #868686. Windows color (decimal): -10843157 or 15436634. OLE color: 15436634.

HSL color Cylindrical-coordinate representation of color #5A8BEB: hue angle of 219.72º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A8BEB is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 139 235 -
CMYK 0.62 0.41 0 0.08
HSL 219.72º 0.78% 0.64% -
HSV(B) 219.72º 0.62% 0.92% -
XYZ 28.44 26.64 82.24 -
YUV 135.29 184.27 95.69 -
System Red Green Blue C M Y K H S L
Decimal 90 139 235 0.62 0.41 0 0.08 219.72 0.78 0.64
Hex 5A 8B EB 3E 29 0 8 DC 4E 40
Octal 132 213 353 76 51 0 10 334 116 100
Binary 1011010 10001011 11101011 111110 101001 0 1000 11011100 1001110 1000000

Color Harmonies of #5A8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8BEB

Black with #5A8BEB

Text Example


Text Example

White with #5A8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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