Html Css Color HEX #5C7AFE Cornflower Blue

📋 copy color: '#5C7AFE'

red 92 ◦ green 122 ◦ blue 254

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

Shades of Cornflower Blue #5C7AFE

Tints of Cornflower Blue #5C7AFE

RGB

 RED value IS 92 (36.33% from 255) = 19.66%

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 19.66%
G = 26.07%
B = 54.27%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5C7AFE (or 0x5C7AFE) is known color: Cornflower Blue. HEX triplet: 5C, 7A and FE. RGB value is (92,122,254). Sum of RGB (Red+Green+Blue) = 92+122+254=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C7AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C7AFE is #A38501. Grayscale: #7F7F7F. Windows color (decimal): -10716418 or 16677468. OLE color: 16677468.

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

Color convert

RGB 92 122 254 -
CMYK 0.64 0.52 0 0.00
HSL 228.89º 0.99% 0.68% -
HSV(B) 228.89º 0.64% 1% -
XYZ 29.26 23.35 96.73 -
YUV 128.08 199.06 102.27 -
System Red Green Blue C M Y K H S L
Decimal 92 122 254 0.64 0.52 0 0.00 228.89 0.99 0.68
Hex 5C 7A FE 40 34 0 0 E5 63 44
Octal 134 172 376 100 64 0 0 345 143 104
Binary 1011100 1111010 11111110 1000000 110100 0 0 11100101 1100011 1000100

Color Harmonies of #5C7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7AFE

Black with #5C7AFE

Text Example


Text Example

White with #5C7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,122,254); }

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

background-color css

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

 a { background-color: rgb(92,122,254); }

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

border-color css

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

 span { border-color: rgb(92,122,254); }

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