Html Css Color HEX #5381F1 Cornflower Blue

📋 copy color: '#5381F1'

red 83 ◦ green 129 ◦ blue 241

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

Shades of Cornflower Blue #5381F1

Tints of Cornflower Blue #5381F1

RGB

 RED value IS 83 (32.81% from 255) = 18.32%

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

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

R = 18.32%
G = 28.48%
B = 53.2%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5381F1 (or 0x5381F1) is known color: Cornflower Blue. HEX triplet: 53, 81 and F1. RGB value is (83,129,241). Sum of RGB (Red+Green+Blue) = 83+129+241=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #5381F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5381F1 is #AC7E0E. Grayscale: #7F7F7F. Windows color (decimal): -11304463 or 15827283. OLE color: 15827283.

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

Color convert

RGB 83 129 241 -
CMYK 0.66 0.46 0 0.05
HSL 222.53º 0.85% 0.64% -
HSV(B) 222.53º 0.66% 0.95% -
XYZ 27.29 23.89 86.39 -
YUV 128.01 191.76 95.89 -
System Red Green Blue C M Y K H S L
Decimal 83 129 241 0.66 0.46 0 0.05 222.53 0.85 0.64
Hex 53 81 F1 42 2E 0 5 DF 55 40
Octal 123 201 361 102 56 0 5 337 125 100
Binary 1010011 10000001 11110001 1000010 101110 0 101 11011111 1010101 1000000

Color Harmonies of #5381F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5381F1

Black with #5381F1

Text Example


Text Example

White with #5381F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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