Html Css Color HEX #5A8FEA Cornflower Blue

📋 copy color: '#5A8FEA'

red 90 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #5A8FEA

Tints of Cornflower Blue #5A8FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.62%

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

R = 19.27%
G = 30.62%
B = 50.11%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A8FEA (or 0x5A8FEA) is known color: Cornflower Blue. HEX triplet: 5A, 8F and EA. RGB value is (90,143,234). Sum of RGB (Red+Green+Blue) = 90+143+234=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A8FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8FEA is #A57015. Grayscale: #898989. Windows color (decimal): -10842134 or 15372122. OLE color: 15372122.

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

Color convert

RGB 90 143 234 -
CMYK 0.62 0.39 0 0.08
HSL 217.92º 0.77% 0.64% -
HSV(B) 217.92º 0.62% 0.92% -
XYZ 28.89 27.76 81.68 -
YUV 137.53 182.44 94.1 -
System Red Green Blue C M Y K H S L
Decimal 90 143 234 0.62 0.39 0 0.08 217.92 0.77 0.64
Hex 5A 8F EA 3E 27 0 8 DA 4D 40
Octal 132 217 352 76 47 0 10 332 115 100
Binary 1011010 10001111 11101010 111110 100111 0 1000 11011010 1001101 1000000

Color Harmonies of #5A8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8FEA

Black with #5A8FEA

Text Example


Text Example

White with #5A8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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