Html Css Color HEX #5C8AFF Cornflower Blue

📋 copy color: '#5C8AFF'

red 92 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #5C8AFF

Tints of Cornflower Blue #5C8AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.45%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 18.97%
G = 28.45%
B = 52.58%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5C8AFF (or 0x5C8AFF) is known color: Cornflower Blue. HEX triplet: 5C, 8A and FF. RGB value is (92,138,255). Sum of RGB (Red+Green+Blue) = 92+138+255=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C8AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8AFF is #A37500. Grayscale: #898989. Windows color (decimal): -10712321 or 16747100. OLE color: 16747100.

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

Color convert

RGB 92 138 255 -
CMYK 0.64 0.46 0 0
HSL 223.07º 1% 0.68% -
HSV(B) 223.07º 0.64% 1% -
XYZ 31.55 27.67 98.29 -
YUV 137.58 194.26 95.49 -
System Red Green Blue C M Y K H S L
Decimal 92 138 255 0.64 0.46 0 0 223.07 1 0.68
Hex 5C 8A FF 40 2E 0 0 DF 64 44
Octal 134 212 377 100 56 0 0 337 144 104
Binary 1011100 10001010 11111111 1000000 101110 0 0 11011111 1100100 1000100

Color Harmonies of #5C8AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8AFF

Black with #5C8AFF

Text Example


Text Example

White with #5C8AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,138,255); }

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

background-color css

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

 a { background-color: rgb(92,138,255); }

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

border-color css

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

 span { border-color: rgb(92,138,255); }

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