Html Css Color HEX #5A7FEF Cornflower Blue

📋 copy color: '#5A7FEF'

red 90 ◦ green 127 ◦ blue 239

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

Shades of Cornflower Blue #5A7FEF

Tints of Cornflower Blue #5A7FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 27.85%

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

R = 19.74%
G = 27.85%
B = 52.41%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A7FEF (or 0x5A7FEF) is known color: Cornflower Blue. HEX triplet: 5A, 7F and EF. RGB value is (90,127,239). Sum of RGB (Red+Green+Blue) = 90+127+239=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A7FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7FEF is #A58010. Grayscale: #808080. Windows color (decimal): -10846225 or 15695706. OLE color: 15695706.

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

Color convert

RGB 90 127 239 -
CMYK 0.62 0.47 0 0.06
HSL 225.1º 0.82% 0.65% -
HSV(B) 225.1º 0.62% 0.94% -
XYZ 27.39 23.58 84.77 -
YUV 128.71 190.24 100.39 -
System Red Green Blue C M Y K H S L
Decimal 90 127 239 0.62 0.47 0 0.06 225.1 0.82 0.65
Hex 5A 7F EF 3E 2F 0 6 E1 52 41
Octal 132 177 357 76 57 0 6 341 122 101
Binary 1011010 1111111 11101111 111110 101111 0 110 11100001 1010010 1000001

Color Harmonies of #5A7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7FEF

Black with #5A7FEF

Text Example


Text Example

White with #5A7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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