Html Css Color HEX #5A8CEA Cornflower Blue

📋 copy color: '#5A8CEA'

red 90 ◦ green 140 ◦ blue 234

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

Shades of Cornflower Blue #5A8CEA

Tints of Cornflower Blue #5A8CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

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

R = 19.4%
G = 30.17%
B = 50.43%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A8CEA (or 0x5A8CEA) is known color: Cornflower Blue. HEX triplet: 5A, 8C and EA. RGB value is (90,140,234). Sum of RGB (Red+Green+Blue) = 90+140+234=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A8CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8CEA is #A57315. Grayscale: #878787. Windows color (decimal): -10842902 or 15371354. OLE color: 15371354.

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

Color convert

RGB 90 140 234 -
CMYK 0.62 0.40 0 0.08
HSL 219.17º 0.77% 0.64% -
HSV(B) 219.17º 0.62% 0.92% -
XYZ 28.45 26.87 81.53 -
YUV 135.77 183.44 95.36 -
System Red Green Blue C M Y K H S L
Decimal 90 140 234 0.62 0.40 0 0.08 219.17 0.77 0.64
Hex 5A 8C EA 3E 28 0 8 DB 4D 40
Octal 132 214 352 76 50 0 10 333 115 100
Binary 1011010 10001100 11101010 111110 101000 0 1000 11011011 1001101 1000000

Color Harmonies of #5A8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8CEA

Black with #5A8CEA

Text Example


Text Example

White with #5A8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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