Html Css Color HEX #51A2EC Cornflower Blue

📋 copy color: '#51A2EC'

red 81 ◦ green 162 ◦ blue 236

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

Shades of Cornflower Blue #51A2EC

Tints of Cornflower Blue #51A2EC

RGB

 RED value IS 81 (32.03% from 255) = 16.91%

 GREEN value IS 162 (63.67% from 255) = 33.82%

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

R = 16.91%
G = 33.82%
B = 49.27%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#51A2EC (or 0x51A2EC) is known color: Cornflower Blue. HEX triplet: 51, A2 and EC. RGB value is (81,162,236). Sum of RGB (Red+Green+Blue) = 81+162+236=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #51A2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A2EC is #AE5D13. Grayscale: #919191. Windows color (decimal): -11427092 or 15508049. OLE color: 15508049.

HSL color Cylindrical-coordinate representation of color #51A2EC: hue angle of 208.65º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51A2EC is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 162 236 -
CMYK 0.66 0.31 0 0.07
HSL 208.65º 0.8% 0.62% -
HSV(B) 208.65º 0.66% 0.93% -
XYZ 31.45 33.65 84.19 -
YUV 146.22 178.66 81.48 -
System Red Green Blue C M Y K H S L
Decimal 81 162 236 0.66 0.31 0 0.07 208.65 0.8 0.62
Hex 51 A2 EC 42 1F 0 7 D1 50 3E
Octal 121 242 354 102 37 0 7 321 120 76
Binary 1010001 10100010 11101100 1000010 11111 0 111 11010001 1010000 111110

Color Harmonies of #51A2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A2EC

Black with #51A2EC

Text Example


Text Example

White with #51A2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51A2EC; }

 p { color: rgb(81,162,236); }

 H1.HeaderClassName
 {
   color: #51A2EC;
 }
 .AnyTagClassName
 {
   color: #51A2EC;
 }
</style>

background-color css

<style>
 a { background-color: #51A2EC; }

 a { background-color: rgb(81,162,236); }

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

border-color css

<style>
 span { border-color: #51A2EC; }

 span { border-color: rgb(81,162,236); }

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