Html Css Color HEX #51AAFF Cornflower Blue

📋 copy color: '#51AAFF'

red 81 ◦ green 170 ◦ blue 255

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

Shades of Cornflower Blue #51AAFF

Tints of Cornflower Blue #51AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.6%

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

R = 16.01%
G = 33.6%
B = 50.4%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51AAFF (or 0x51AAFF) is known color: Cornflower Blue. HEX triplet: 51, AA and FF. RGB value is (81,170,255). Sum of RGB (Red+Green+Blue) = 81+170+255=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #51AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51AAFF is #AE5500. Grayscale: #989898. Windows color (decimal): -11425025 or 16755281. OLE color: 16755281.

HSL color Cylindrical-coordinate representation of color #51AAFF: hue angle of 209.31º 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 #51AAFF is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 170 255 -
CMYK 0.68 0.33 0 0
HSL 209.31º 1% 0.66% -
HSV(B) 209.31º 0.68% 1% -
XYZ 35.82 37.72 100 -
YUV 153.08 185.51 76.59 -
System Red Green Blue C M Y K H S L
Decimal 81 170 255 0.68 0.33 0 0 209.31 1 0.66
Hex 51 AA FF 44 21 0 0 D1 64 42
Octal 121 252 377 104 41 0 0 321 144 102
Binary 1010001 10101010 11111111 1000100 100001 0 0 11010001 1100100 1000010

Color Harmonies of #51AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AAFF

Black with #51AAFF

Text Example


Text Example

White with #51AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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