Html Css Color HEX #5481F1 Cornflower Blue

📋 copy color: '#5481F1'

red 84 ◦ green 129 ◦ blue 241

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

Shades of Cornflower Blue #5481F1

Tints of Cornflower Blue #5481F1

RGB

 RED value IS 84 (33.2% from 255) = 18.5%

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

 BLUE value IS 241 (94.53% from 255) = 53.08%

R = 18.5%
G = 28.41%
B = 53.08%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5481F1 (or 0x5481F1) is known color: Cornflower Blue. HEX triplet: 54, 81 and F1. RGB value is (84,129,241). Sum of RGB (Red+Green+Blue) = 84+129+241=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #5481F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5481F1 is #AB7E0E. Grayscale: #7F7F7F. Windows color (decimal): -11238927 or 15827284. OLE color: 15827284.

HSL color Cylindrical-coordinate representation of color #5481F1: hue angle of 222.8º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5481F1 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 129 241 -
CMYK 0.65 0.46 0 0.05
HSL 222.8º 0.85% 0.64% -
HSV(B) 222.8º 0.65% 0.95% -
XYZ 27.38 23.94 86.4 -
YUV 128.31 191.59 96.39 -
System Red Green Blue C M Y K H S L
Decimal 84 129 241 0.65 0.46 0 0.05 222.8 0.85 0.64
Hex 54 81 F1 41 2E 0 5 DF 55 40
Octal 124 201 361 101 56 0 5 337 125 100
Binary 1010100 10000001 11110001 1000001 101110 0 101 11011111 1010101 1000000

Color Harmonies of #5481F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5481F1

Black with #5481F1

Text Example


Text Example

White with #5481F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5481F1; }

 p { color: rgb(84,129,241); }

 H1.HeaderClassName
 {
   color: #5481F1;
 }
 .AnyTagClassName
 {
   color: #5481F1;
 }
</style>

background-color css

<style>
 a { background-color: #5481F1; }

 a { background-color: rgb(84,129,241); }

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

border-color css

<style>
 span { border-color: #5481F1; }

 span { border-color: rgb(84,129,241); }

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