Html Css Color HEX #5A7EEA Cornflower Blue

📋 copy color: '#5A7EEA'

red 90 ◦ green 126 ◦ blue 234

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

Shades of Cornflower Blue #5A7EEA

Tints of Cornflower Blue #5A7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28%

 BLUE value IS 234 (91.8% from 255) = 52%

R = 20%
G = 28%
B = 52%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A7EEA (or 0x5A7EEA) is known color: Cornflower Blue. HEX triplet: 5A, 7E and EA. RGB value is (90,126,234). Sum of RGB (Red+Green+Blue) = 90+126+234=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A7EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7EEA is #A58115. Grayscale: #7F7F7F. Windows color (decimal): -10846486 or 15367770. OLE color: 15367770.

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

Color convert

RGB 90 126 234 -
CMYK 0.62 0.46 0 0.08
HSL 225º 0.77% 0.64% -
HSV(B) 225º 0.62% 0.92% -
XYZ 26.53 23.04 80.89 -
YUV 127.55 188.07 101.22 -
System Red Green Blue C M Y K H S L
Decimal 90 126 234 0.62 0.46 0 0.08 225 0.77 0.64
Hex 5A 7E EA 3E 2E 0 8 E1 4D 40
Octal 132 176 352 76 56 0 10 341 115 100
Binary 1011010 1111110 11101010 111110 101110 0 1000 11100001 1001101 1000000

Color Harmonies of #5A7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7EEA

Black with #5A7EEA

Text Example


Text Example

White with #5A7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,126,234); }

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

background-color css

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

 a { background-color: rgb(90,126,234); }

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

border-color css

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

 span { border-color: rgb(90,126,234); }

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