Html Css Color HEX #5A81EB Cornflower Blue

📋 copy color: '#5A81EB'

red 90 ◦ green 129 ◦ blue 235

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

Shades of Cornflower Blue #5A81EB

Tints of Cornflower Blue #5A81EB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.41%

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

R = 19.82%
G = 28.41%
B = 51.76%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A81EB (or 0x5A81EB) is known color: Cornflower Blue. HEX triplet: 5A, 81 and EB. RGB value is (90,129,235). Sum of RGB (Red+Green+Blue) = 90+129+235=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A81EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A81EB is #A57E14. Grayscale: #808080. Windows color (decimal): -10845717 or 15434074. OLE color: 15434074.

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

Color convert

RGB 90 129 235 -
CMYK 0.62 0.45 0 0.08
HSL 223.86º 0.78% 0.64% -
HSV(B) 223.86º 0.62% 0.92% -
XYZ 27.06 23.87 81.78 -
YUV 129.42 187.58 99.88 -
System Red Green Blue C M Y K H S L
Decimal 90 129 235 0.62 0.45 0 0.08 223.86 0.78 0.64
Hex 5A 81 EB 3E 2D 0 8 E0 4E 40
Octal 132 201 353 76 55 0 10 340 116 100
Binary 1011010 10000001 11101011 111110 101101 0 1000 11100000 1001110 1000000

Color Harmonies of #5A81EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A81EB

Black with #5A81EB

Text Example


Text Example

White with #5A81EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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