Html Css Color HEX #51A0E8 Cornflower Blue

📋 copy color: '#51A0E8'

red 81 ◦ green 160 ◦ blue 232

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

Shades of Cornflower Blue #51A0E8

Tints of Cornflower Blue #51A0E8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.83%

 BLUE value IS 232 (91.02% from 255) = 49.05%

R = 17.12%
G = 33.83%
B = 49.05%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#51A0E8 (or 0x51A0E8) is known color: Cornflower Blue. HEX triplet: 51, A0 and E8. RGB value is (81,160,232). Sum of RGB (Red+Green+Blue) = 81+160+232=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #51A0E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A0E8 is #AE5F17. Grayscale: #909090. Windows color (decimal): -11427608 or 15245393. OLE color: 15245393.

HSL color Cylindrical-coordinate representation of color #51A0E8: hue angle of 208.61º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51A0E8 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 160 232 -
CMYK 0.65 0.31 0 0.09
HSL 208.61º 0.77% 0.61% -
HSV(B) 208.61º 0.65% 0.91% -
XYZ 30.53 32.72 81.05 -
YUV 144.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 81 160 232 0.65 0.31 0 0.09 208.61 0.77 0.61
Hex 51 A0 E8 41 1F 0 9 D1 4D 3D
Octal 121 240 350 101 37 0 11 321 115 75
Binary 1010001 10100000 11101000 1000001 11111 0 1001 11010001 1001101 111101

Color Harmonies of #51A0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A0E8

Black with #51A0E8

Text Example


Text Example

White with #51A0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,160,232); }

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

background-color css

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

 a { background-color: rgb(81,160,232); }

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

border-color css

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

 span { border-color: rgb(81,160,232); }

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