Html Css Color HEX #5181FE Cornflower Blue

📋 copy color: '#5181FE'

red 81 ◦ green 129 ◦ blue 254

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

Shades of Cornflower Blue #5181FE

Tints of Cornflower Blue #5181FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.8%

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

R = 17.46%
G = 27.8%
B = 54.74%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5181FE (or 0x5181FE) is known color: Cornflower Blue. HEX triplet: 51, 81 and FE. RGB value is (81,129,254). Sum of RGB (Red+Green+Blue) = 81+129+254=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #5181FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5181FE is #AE7E01. Grayscale: #808080. Windows color (decimal): -11435522 or 16679249. OLE color: 16679249.

HSL color Cylindrical-coordinate representation of color #5181FE: hue angle of 223.35º 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 #5181FE is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 129 254 -
CMYK 0.68 0.49 0 0.00
HSL 223.35º 0.99% 0.66% -
HSV(B) 223.35º 0.68% 1% -
XYZ 29.13 24.61 96.98 -
YUV 128.9 198.6 93.84 -
System Red Green Blue C M Y K H S L
Decimal 81 129 254 0.68 0.49 0 0.00 223.35 0.99 0.66
Hex 51 81 FE 44 31 0 0 DF 63 42
Octal 121 201 376 104 61 0 0 337 143 102
Binary 1010001 10000001 11111110 1000100 110001 0 0 11011111 1100011 1000010

Color Harmonies of #5181FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5181FE

Black with #5181FE

Text Example


Text Example

White with #5181FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5181FE; }

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

 H1.HeaderClassName
 {
   color: #5181FE;
 }
 .AnyTagClassName
 {
   color: #5181FE;
 }
</style>

background-color css

<style>
 a { background-color: #5181FE; }

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

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

border-color css

<style>
 span { border-color: #5181FE; }

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

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