Html Css Color HEX #5A9CEE Cornflower Blue

📋 copy color: '#5A9CEE'

red 90 ◦ green 156 ◦ blue 238

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

Shades of Cornflower Blue #5A9CEE

Tints of Cornflower Blue #5A9CEE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 18.6%
G = 32.23%
B = 49.17%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A9CEE (or 0x5A9CEE) is known color: Cornflower Blue. HEX triplet: 5A, 9C and EE. RGB value is (90,156,238). Sum of RGB (Red+Green+Blue) = 90+156+238=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A9CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9CEE is #A56311. Grayscale: #919191. Windows color (decimal): -10838802 or 15637594. OLE color: 15637594.

HSL color Cylindrical-coordinate representation of color #5A9CEE: hue angle of 213.24º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A9CEE is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 156 238 -
CMYK 0.62 0.34 0 0.07
HSL 213.24º 0.81% 0.64% -
HSV(B) 213.24º 0.62% 0.93% -
XYZ 31.54 32.12 85.43 -
YUV 145.61 180.13 88.33 -
System Red Green Blue C M Y K H S L
Decimal 90 156 238 0.62 0.34 0 0.07 213.24 0.81 0.64
Hex 5A 9C EE 3E 22 0 7 D5 51 40
Octal 132 234 356 76 42 0 7 325 121 100
Binary 1011010 10011100 11101110 111110 100010 0 111 11010101 1010001 1000000

Color Harmonies of #5A9CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9CEE

Black with #5A9CEE

Text Example


Text Example

White with #5A9CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,156,238); }

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

background-color css

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

 a { background-color: rgb(90,156,238); }

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

border-color css

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

 span { border-color: rgb(90,156,238); }

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