Html Css Color HEX #51A2FA Cornflower Blue

📋 copy color: '#51A2FA'

red 81 ◦ green 162 ◦ blue 250

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

Shades of Cornflower Blue #51A2FA

Tints of Cornflower Blue #51A2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 16.43%
G = 32.86%
B = 50.71%

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

#51A2FA (or 0x51A2FA) is known color: Cornflower Blue. HEX triplet: 51, A2 and FA. RGB value is (81,162,250). Sum of RGB (Red+Green+Blue) = 81+162+250=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #51A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A2FA is #AE5D05. Grayscale: #939393. Windows color (decimal): -11427078 or 16425553. OLE color: 16425553.

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

Color convert

RGB 81 162 250 -
CMYK 0.68 0.35 0 0.02
HSL 211.24º 0.94% 0.65% -
HSV(B) 211.24º 0.68% 0.98% -
XYZ 33.57 34.49 95.33 -
YUV 147.81 185.66 80.34 -
System Red Green Blue C M Y K H S L
Decimal 81 162 250 0.68 0.35 0 0.02 211.24 0.94 0.65
Hex 51 A2 FA 44 23 0 2 D3 5E 41
Octal 121 242 372 104 43 0 2 323 136 101
Binary 1010001 10100010 11111010 1000100 100011 0 10 11010011 1011110 1000001

Color Harmonies of #51A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A2FA

Black with #51A2FA

Text Example


Text Example

White with #51A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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