Html Css Color HEX #51A2FB Cornflower Blue

📋 copy color: '#51A2FB'

red 81 ◦ green 162 ◦ blue 251

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

Shades of Cornflower Blue #51A2FB

Tints of Cornflower Blue #51A2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 16.4%
G = 32.79%
B = 50.81%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#51A2FB (or 0x51A2FB) is known color: Cornflower Blue. HEX triplet: 51, A2 and FB. RGB value is (81,162,251). Sum of RGB (Red+Green+Blue) = 81+162+251=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #51A2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A2FB is #AE5D04. Grayscale: #939393. Windows color (decimal): -11427077 or 16491089. OLE color: 16491089.

HSL color Cylindrical-coordinate representation of color #51A2FB: hue angle of 211.41º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51A2FB is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 162 251 -
CMYK 0.68 0.35 0 0.02
HSL 211.41º 0.96% 0.65% -
HSV(B) 211.41º 0.68% 0.98% -
XYZ 33.73 34.56 96.16 -
YUV 147.93 186.16 80.26 -
System Red Green Blue C M Y K H S L
Decimal 81 162 251 0.68 0.35 0 0.02 211.41 0.96 0.65
Hex 51 A2 FB 44 23 0 2 D3 60 41
Octal 121 242 373 104 43 0 2 323 140 101
Binary 1010001 10100010 11111011 1000100 100011 0 10 11010011 1100000 1000001

Color Harmonies of #51A2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A2FB

Black with #51A2FB

Text Example


Text Example

White with #51A2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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