Html Css Color HEX #51A2FF Cornflower Blue

📋 copy color: '#51A2FF'

red 81 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #51A2FF

Tints of Cornflower Blue #51A2FF

RGB

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

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

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

R = 16.27%
G = 32.53%
B = 51.2%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51A2FF (or 0x51A2FF) is known color: Cornflower Blue. HEX triplet: 51, A2 and FF. RGB value is (81,162,255). Sum of RGB (Red+Green+Blue) = 81+162+255=498 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.27% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #51A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A2FF is #AE5D00. Grayscale: #939393. Windows color (decimal): -11427073 or 16753233. OLE color: 16753233.

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

Color convert

RGB 81 162 255 -
CMYK 0.68 0.36 0 0
HSL 212.07º 1% 0.66% -
HSV(B) 212.07º 0.68% 1% -
XYZ 34.36 34.81 99.52 -
YUV 148.38 188.16 79.94 -
System Red Green Blue C M Y K H S L
Decimal 81 162 255 0.68 0.36 0 0 212.07 1 0.66
Hex 51 A2 FF 44 24 0 0 D4 64 42
Octal 121 242 377 104 44 0 0 324 144 102
Binary 1010001 10100010 11111111 1000100 100100 0 0 11010100 1100100 1000010

Color Harmonies of #51A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A2FF

Black with #51A2FF

Text Example


Text Example

White with #51A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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