Html Css Color HEX #5A7BEF Cornflower Blue

📋 copy color: '#5A7BEF'

red 90 ◦ green 123 ◦ blue 239

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

Shades of Cornflower Blue #5A7BEF

Tints of Cornflower Blue #5A7BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.21%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 19.91%
G = 27.21%
B = 52.88%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A7BEF (or 0x5A7BEF) is known color: Cornflower Blue. HEX triplet: 5A, 7B and EF. RGB value is (90,123,239). Sum of RGB (Red+Green+Blue) = 90+123+239=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A7BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7BEF is #A58410. Grayscale: #7D7D7D. Windows color (decimal): -10847249 or 15694682. OLE color: 15694682.

HSL color Cylindrical-coordinate representation of color #5A7BEF: hue angle of 226.71º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A7BEF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 123 239 -
CMYK 0.62 0.49 0 0.06
HSL 226.71º 0.82% 0.65% -
HSV(B) 226.71º 0.62% 0.94% -
XYZ 26.88 22.57 84.6 -
YUV 126.36 191.57 102.07 -
System Red Green Blue C M Y K H S L
Decimal 90 123 239 0.62 0.49 0 0.06 226.71 0.82 0.65
Hex 5A 7B EF 3E 31 0 6 E3 52 41
Octal 132 173 357 76 61 0 6 343 122 101
Binary 1011010 1111011 11101111 111110 110001 0 110 11100011 1010010 1000001

Color Harmonies of #5A7BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7BEF

Black with #5A7BEF

Text Example


Text Example

White with #5A7BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,123,239); }

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

background-color css

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

 a { background-color: rgb(90,123,239); }

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

border-color css

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

 span { border-color: rgb(90,123,239); }

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