Html Css Color HEX #5A96E6 Cornflower Blue

📋 copy color: '#5A96E6'

red 90 ◦ green 150 ◦ blue 230

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

Shades of Cornflower Blue #5A96E6

Tints of Cornflower Blue #5A96E6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.91%

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 19.15%
G = 31.91%
B = 48.94%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5A96E6 (or 0x5A96E6) is known color: Cornflower Blue. HEX triplet: 5A, 96 and E6. RGB value is (90,150,230). Sum of RGB (Red+Green+Blue) = 90+150+230=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A96E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A96E6 is #A56919. Grayscale: #8C8C8C. Windows color (decimal): -10840346 or 15111770. OLE color: 15111770.

HSL color Cylindrical-coordinate representation of color #5A96E6: hue angle of 214.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A96E6 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 150 230 -
CMYK 0.61 0.35 0 0.10
HSL 214.29º 0.74% 0.63% -
HSV(B) 214.29º 0.61% 0.9% -
XYZ 29.41 29.7 79.05 -
YUV 141.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 90 150 230 0.61 0.35 0 0.10 214.29 0.74 0.63
Hex 5A 96 E6 3D 23 0 A D6 4A 3F
Octal 132 226 346 75 43 0 12 326 112 77
Binary 1011010 10010110 11100110 111101 100011 0 1010 11010110 1001010 111111

Color Harmonies of #5A96E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A96E6

Black with #5A96E6

Text Example


Text Example

White with #5A96E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,150,230); }

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

background-color css

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

 a { background-color: rgb(90,150,230); }

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

border-color css

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

 span { border-color: rgb(90,150,230); }

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