Html Css Color HEX #51A0FF Cornflower Blue

📋 copy color: '#51A0FF'

red 81 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #51A0FF

Tints of Cornflower Blue #51A0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.41%

R = 16.33%
G = 32.26%
B = 51.41%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51A0FF (or 0x51A0FF) is known color: Cornflower Blue. HEX triplet: 51, A0 and FF. RGB value is (81,160,255). Sum of RGB (Red+Green+Blue) = 81+160+255=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #51A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A0FF is #AE5F00. Grayscale: #929292. Windows color (decimal): -11427585 or 16752721. OLE color: 16752721.

HSL color Cylindrical-coordinate representation of color #51A0FF: hue angle of 212.76º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51A0FF is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 160 255 -
CMYK 0.68 0.37 0 0
HSL 212.76º 1% 0.66% -
HSV(B) 212.76º 0.68% 1% -
XYZ 34.01 34.11 99.4 -
YUV 147.21 188.83 80.78 -
System Red Green Blue C M Y K H S L
Decimal 81 160 255 0.68 0.37 0 0 212.76 1 0.66
Hex 51 A0 FF 44 25 0 0 D5 64 42
Octal 121 240 377 104 45 0 0 325 144 102
Binary 1010001 10100000 11111111 1000100 100101 0 0 11010101 1100100 1000010

Color Harmonies of #51A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A0FF

Black with #51A0FF

Text Example


Text Example

White with #51A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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