Html Css Color HEX #5A8EEA Cornflower Blue

📋 copy color: '#5A8EEA'

red 90 ◦ green 142 ◦ blue 234

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

Shades of Cornflower Blue #5A8EEA

Tints of Cornflower Blue #5A8EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.47%

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

R = 19.31%
G = 30.47%
B = 50.21%

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

#5A8EEA (or 0x5A8EEA) is known color: Cornflower Blue. HEX triplet: 5A, 8E and EA. RGB value is (90,142,234). Sum of RGB (Red+Green+Blue) = 90+142+234=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A8EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8EEA is #A57115. Grayscale: #888888. Windows color (decimal): -10842390 or 15371866. OLE color: 15371866.

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

Color convert

RGB 90 142 234 -
CMYK 0.62 0.39 0 0.08
HSL 218.33º 0.77% 0.64% -
HSV(B) 218.33º 0.62% 0.92% -
XYZ 28.74 27.46 81.63 -
YUV 136.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 90 142 234 0.62 0.39 0 0.08 218.33 0.77 0.64
Hex 5A 8E EA 3E 27 0 8 DA 4D 40
Octal 132 216 352 76 47 0 10 332 115 100
Binary 1011010 10001110 11101010 111110 100111 0 1000 11011010 1001101 1000000

Color Harmonies of #5A8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8EEA

Black with #5A8EEA

Text Example


Text Example

White with #5A8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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