Html Css Color HEX #5C8BEA Cornflower Blue

📋 copy color: '#5C8BEA'

red 92 ◦ green 139 ◦ blue 234

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

Shades of Cornflower Blue #5C8BEA

Tints of Cornflower Blue #5C8BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 19.78%
G = 29.89%
B = 50.32%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5C8BEA (or 0x5C8BEA) is known color: Cornflower Blue. HEX triplet: 5C, 8B and EA. RGB value is (92,139,234). Sum of RGB (Red+Green+Blue) = 92+139+234=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C8BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8BEA is #A37415. Grayscale: #878787. Windows color (decimal): -10712086 or 15371100. OLE color: 15371100.

HSL color Cylindrical-coordinate representation of color #5C8BEA: hue angle of 220.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C8BEA is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 92 139 234 -
CMYK 0.61 0.41 0 0.08
HSL 220.14º 0.77% 0.64% -
HSV(B) 220.14º 0.61% 0.92% -
XYZ 28.5 26.68 81.49 -
YUV 135.78 183.43 96.78 -
System Red Green Blue C M Y K H S L
Decimal 92 139 234 0.61 0.41 0 0.08 220.14 0.77 0.64
Hex 5C 8B EA 3D 29 0 8 DC 4D 40
Octal 134 213 352 75 51 0 10 334 115 100
Binary 1011100 10001011 11101010 111101 101001 0 1000 11011100 1001101 1000000

Color Harmonies of #5C8BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8BEA

Black with #5C8BEA

Text Example


Text Example

White with #5C8BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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