Html Css Color HEX #5A7BFE Cornflower Blue

📋 copy color: '#5A7BFE'

red 90 ◦ green 123 ◦ blue 254

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

Shades of Cornflower Blue #5A7BFE

Tints of Cornflower Blue #5A7BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 19.27%
G = 26.34%
B = 54.39%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5A7BFE (or 0x5A7BFE) is known color: Cornflower Blue. HEX triplet: 5A, 7B and FE. RGB value is (90,123,254). Sum of RGB (Red+Green+Blue) = 90+123+254=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A7BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7BFE is #A58401. Grayscale: #7F7F7F. Windows color (decimal): -10847234 or 16677722. OLE color: 16677722.

HSL color Cylindrical-coordinate representation of color #5A7BFE: hue angle of 227.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A7BFE is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 123 254 -
CMYK 0.65 0.52 0 0.00
HSL 227.93º 0.99% 0.67% -
HSV(B) 227.93º 0.65% 1% -
XYZ 29.19 23.5 96.76 -
YUV 128.07 199.07 100.85 -
System Red Green Blue C M Y K H S L
Decimal 90 123 254 0.65 0.52 0 0.00 227.93 0.99 0.67
Hex 5A 7B FE 41 34 0 0 E4 63 43
Octal 132 173 376 101 64 0 0 344 143 103
Binary 1011010 1111011 11111110 1000001 110100 0 0 11100100 1100011 1000011

Color Harmonies of #5A7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7BFE

Black with #5A7BFE

Text Example


Text Example

White with #5A7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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