Html Css Color HEX #51A7FF Cornflower Blue

📋 copy color: '#51A7FF'

red 81 ◦ green 167 ◦ blue 255

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

Shades of Cornflower Blue #51A7FF

Tints of Cornflower Blue #51A7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.2%

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

R = 16.1%
G = 33.2%
B = 50.7%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51A7FF (or 0x51A7FF) is known color: Cornflower Blue. HEX triplet: 51, A7 and FF. RGB value is (81,167,255). Sum of RGB (Red+Green+Blue) = 81+167+255=503 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.10% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #51A7FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A7FF is #AE5800. Grayscale: #969696. Windows color (decimal): -11425793 or 16754513. OLE color: 16754513.

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

Color convert

RGB 81 167 255 -
CMYK 0.68 0.35 0 0
HSL 210.34º 1% 0.66% -
HSV(B) 210.34º 0.68% 1% -
XYZ 35.26 36.61 99.82 -
YUV 151.32 186.51 77.84 -
System Red Green Blue C M Y K H S L
Decimal 81 167 255 0.68 0.35 0 0 210.34 1 0.66
Hex 51 A7 FF 44 23 0 0 D2 64 42
Octal 121 247 377 104 43 0 0 322 144 102
Binary 1010001 10100111 11111111 1000100 100011 0 0 11010010 1100100 1000010

Color Harmonies of #51A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A7FF

Black with #51A7FF

Text Example


Text Example

White with #51A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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