Html Css Color HEX #5C8BFC Cornflower Blue

📋 copy color: '#5C8BFC'

red 92 ◦ green 139 ◦ blue 252

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

Shades of Cornflower Blue #5C8BFC

Tints of Cornflower Blue #5C8BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 19.05%
G = 28.78%
B = 52.17%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5C8BFC (or 0x5C8BFC) is known color: Cornflower Blue. HEX triplet: 5C, 8B and FC. RGB value is (92,139,252). Sum of RGB (Red+Green+Blue) = 92+139+252=483 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.05% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C8BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8BFC is #A37403. Grayscale: #898989. Windows color (decimal): -10712068 or 16550748. OLE color: 16550748.

HSL color Cylindrical-coordinate representation of color #5C8BFC: hue angle of 222.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C8BFC is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 92 139 252 -
CMYK 0.63 0.45 0 0.01
HSL 222.38º 0.96% 0.67% -
HSV(B) 222.38º 0.63% 0.99% -
XYZ 31.22 27.77 95.81 -
YUV 137.83 192.43 95.31 -
System Red Green Blue C M Y K H S L
Decimal 92 139 252 0.63 0.45 0 0.01 222.38 0.96 0.67
Hex 5C 8B FC 3F 2D 0 1 DE 60 43
Octal 134 213 374 77 55 0 1 336 140 103
Binary 1011100 10001011 11111100 111111 101101 0 1 11011110 1100000 1000011

Color Harmonies of #5C8BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8BFC

Black with #5C8BFC

Text Example


Text Example

White with #5C8BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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