Html Css Color HEX #5D9CEC Cornflower Blue

📋 copy color: '#5D9CEC'

red 93 ◦ green 156 ◦ blue 236

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

Shades of Cornflower Blue #5D9CEC

Tints of Cornflower Blue #5D9CEC

RGB

 RED value IS 93 (36.72% from 255) = 19.18%

 GREEN value IS 156 (61.33% from 255) = 32.16%

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 19.18%
G = 32.16%
B = 48.66%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D9CEC (or 0x5D9CEC) is known color: Cornflower Blue. HEX triplet: 5D, 9C and EC. RGB value is (93,156,236). Sum of RGB (Red+Green+Blue) = 93+156+236=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D9CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9CEC is #A26313. Grayscale: #919191. Windows color (decimal): -10642196 or 15506525. OLE color: 15506525.

HSL color Cylindrical-coordinate representation of color #5D9CEC: hue angle of 213.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D9CEC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 156 236 -
CMYK 0.61 0.34 0 0.07
HSL 213.57º 0.79% 0.65% -
HSV(B) 213.57º 0.61% 0.93% -
XYZ 31.54 32.16 83.9 -
YUV 146.28 178.63 90 -
System Red Green Blue C M Y K H S L
Decimal 93 156 236 0.61 0.34 0 0.07 213.57 0.79 0.65
Hex 5D 9C EC 3D 22 0 7 D6 4F 41
Octal 135 234 354 75 42 0 7 326 117 101
Binary 1011101 10011100 11101100 111101 100010 0 111 11010110 1001111 1000001

Color Harmonies of #5D9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9CEC

Black with #5D9CEC

Text Example


Text Example

White with #5D9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,156,236); }

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

background-color css

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

 a { background-color: rgb(93,156,236); }

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

border-color css

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

 span { border-color: rgb(93,156,236); }

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