Html Css Color HEX #5C8DFD Cornflower Blue

📋 copy color: '#5C8DFD'

red 92 ◦ green 141 ◦ blue 253

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

Shades of Cornflower Blue #5C8DFD

Tints of Cornflower Blue #5C8DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 18.93%
G = 29.01%
B = 52.06%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5C8DFD (or 0x5C8DFD) is known color: Cornflower Blue. HEX triplet: 5C, 8D and FD. RGB value is (92,141,253). Sum of RGB (Red+Green+Blue) = 92+141+253=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C8DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8DFD is #A37202. Grayscale: #8A8A8A. Windows color (decimal): -10711555 or 16616796. OLE color: 16616796.

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

Color convert

RGB 92 141 253 -
CMYK 0.64 0.44 0 0.01
HSL 221.74º 0.98% 0.68% -
HSV(B) 221.74º 0.64% 0.99% -
XYZ 31.67 28.42 96.74 -
YUV 139.12 192.27 94.39 -
System Red Green Blue C M Y K H S L
Decimal 92 141 253 0.64 0.44 0 0.01 221.74 0.98 0.68
Hex 5C 8D FD 40 2C 0 1 DE 62 44
Octal 134 215 375 100 54 0 1 336 142 104
Binary 1011100 10001101 11111101 1000000 101100 0 1 11011110 1100010 1000100

Color Harmonies of #5C8DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8DFD

Black with #5C8DFD

Text Example


Text Example

White with #5C8DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,141,253); }

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

background-color css

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

 a { background-color: rgb(92,141,253); }

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

border-color css

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

 span { border-color: rgb(92,141,253); }

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