Html Css Color HEX #51A3FE Cornflower Blue

📋 copy color: '#51A3FE'

red 81 ◦ green 163 ◦ blue 254

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

Shades of Cornflower Blue #51A3FE

Tints of Cornflower Blue #51A3FE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.73%

 BLUE value IS 254 (99.61% from 255) = 51%

R = 16.27%
G = 32.73%
B = 51%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#51A3FE (or 0x51A3FE) is known color: Cornflower Blue. HEX triplet: 51, A3 and FE. RGB value is (81,163,254). Sum of RGB (Red+Green+Blue) = 81+163+254=498 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.27% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #51A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A3FE is #AE5C01. Grayscale: #949494. Windows color (decimal): -11426818 or 16687953. OLE color: 16687953.

HSL color Cylindrical-coordinate representation of color #51A3FE: hue angle of 211.56º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51A3FE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 163 254 -
CMYK 0.68 0.36 0 0.00
HSL 211.56º 0.99% 0.66% -
HSV(B) 211.56º 0.68% 1% -
XYZ 34.38 35.1 98.73 -
YUV 148.86 187.33 79.6 -
System Red Green Blue C M Y K H S L
Decimal 81 163 254 0.68 0.36 0 0.00 211.56 0.99 0.66
Hex 51 A3 FE 44 24 0 0 D4 63 42
Octal 121 243 376 104 44 0 0 324 143 102
Binary 1010001 10100011 11111110 1000100 100100 0 0 11010100 1100011 1000010

Color Harmonies of #51A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A3FE

Black with #51A3FE

Text Example


Text Example

White with #51A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,163,254); }

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

background-color css

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

 a { background-color: rgb(81,163,254); }

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

border-color css

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

 span { border-color: rgb(81,163,254); }

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