Html Css Color HEX #5A9EEE Cornflower Blue

📋 copy color: '#5A9EEE'

red 90 ◦ green 158 ◦ blue 238

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

Shades of Cornflower Blue #5A9EEE

Tints of Cornflower Blue #5A9EEE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.51%

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

R = 18.52%
G = 32.51%
B = 48.97%

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

#5A9EEE (or 0x5A9EEE) is known color: Cornflower Blue. HEX triplet: 5A, 9E and EE. RGB value is (90,158,238). Sum of RGB (Red+Green+Blue) = 90+158+238=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A9EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9EEE is #A56111. Grayscale: #929292. Windows color (decimal): -10838290 or 15638106. OLE color: 15638106.

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

Color convert

RGB 90 158 238 -
CMYK 0.62 0.34 0 0.07
HSL 212.43º 0.81% 0.64% -
HSV(B) 212.43º 0.62% 0.93% -
XYZ 31.88 32.8 85.54 -
YUV 146.79 179.47 87.5 -
System Red Green Blue C M Y K H S L
Decimal 90 158 238 0.62 0.34 0 0.07 212.43 0.81 0.64
Hex 5A 9E EE 3E 22 0 7 D4 51 40
Octal 132 236 356 76 42 0 7 324 121 100
Binary 1011010 10011110 11101110 111110 100010 0 111 11010100 1010001 1000000

Color Harmonies of #5A9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9EEE

Black with #5A9EEE

Text Example


Text Example

White with #5A9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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