Html Css Color HEX #5C81FE Cornflower Blue

📋 copy color: '#5C81FE'

red 92 ◦ green 129 ◦ blue 254

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

Shades of Cornflower Blue #5C81FE

Tints of Cornflower Blue #5C81FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.16%

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

R = 19.37%
G = 27.16%
B = 53.47%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5C81FE (or 0x5C81FE) is known color: Cornflower Blue. HEX triplet: 5C, 81 and FE. RGB value is (92,129,254). Sum of RGB (Red+Green+Blue) = 92+129+254=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C81FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C81FE is #A37E01. Grayscale: #838383. Windows color (decimal): -10714626 or 16679260. OLE color: 16679260.

HSL color Cylindrical-coordinate representation of color #5C81FE: hue angle of 226.3º 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 #5C81FE is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 92 129 254 -
CMYK 0.64 0.49 0 0.00
HSL 226.3º 0.99% 0.68% -
HSV(B) 226.3º 0.64% 1% -
XYZ 30.15 25.13 97.03 -
YUV 132.19 196.74 99.34 -
System Red Green Blue C M Y K H S L
Decimal 92 129 254 0.64 0.49 0 0.00 226.3 0.99 0.68
Hex 5C 81 FE 40 31 0 0 E2 63 44
Octal 134 201 376 100 61 0 0 342 143 104
Binary 1011100 10000001 11111110 1000000 110001 0 0 11100010 1100011 1000100

Color Harmonies of #5C81FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C81FE

Black with #5C81FE

Text Example


Text Example

White with #5C81FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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