Html Css Color HEX #5C8BFD Cornflower Blue

📋 copy color: '#5C8BFD'

red 92 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #5C8BFD

Tints of Cornflower Blue #5C8BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.72%

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

R = 19.01%
G = 28.72%
B = 52.27%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5C8BFD (or 0x5C8BFD) is known color: Cornflower Blue. HEX triplet: 5C, 8B and FD. RGB value is (92,139,253). Sum of RGB (Red+Green+Blue) = 92+139+253=484 (64% of max value = 765). Red value is 92 (36.33% from 255 or 19.01% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C8BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8BFD is #A37402. Grayscale: #898989. Windows color (decimal): -10712067 or 16616284. OLE color: 16616284.

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

Color convert

RGB 92 139 253 -
CMYK 0.64 0.45 0 0.01
HSL 222.48º 0.98% 0.68% -
HSV(B) 222.48º 0.64% 0.99% -
XYZ 31.38 27.83 96.65 -
YUV 137.94 192.93 95.23 -
System Red Green Blue C M Y K H S L
Decimal 92 139 253 0.64 0.45 0 0.01 222.48 0.98 0.68
Hex 5C 8B FD 40 2D 0 1 DE 62 44
Octal 134 213 375 100 55 0 1 336 142 104
Binary 1011100 10001011 11111101 1000000 101101 0 1 11011110 1100010 1000100

Color Harmonies of #5C8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8BFD

Black with #5C8BFD

Text Example


Text Example

White with #5C8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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