Html Css Color HEX #5381FD Cornflower Blue

📋 copy color: '#5381FD'

red 83 ◦ green 129 ◦ blue 253

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

Shades of Cornflower Blue #5381FD

Tints of Cornflower Blue #5381FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 17.85%
G = 27.74%
B = 54.41%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5381FD (or 0x5381FD) is known color: Cornflower Blue. HEX triplet: 53, 81 and FD. RGB value is (83,129,253). Sum of RGB (Red+Green+Blue) = 83+129+253=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #5381FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5381FD is #AC7E02. Grayscale: #808080. Windows color (decimal): -11304451 or 16613715. OLE color: 16613715.

HSL color Cylindrical-coordinate representation of color #5381FD: hue angle of 223.76º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5381FD is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 129 253 -
CMYK 0.67 0.49 0 0.01
HSL 223.76º 0.98% 0.66% -
HSV(B) 223.76º 0.67% 0.99% -
XYZ 29.15 24.63 96.15 -
YUV 129.38 197.76 94.92 -
System Red Green Blue C M Y K H S L
Decimal 83 129 253 0.67 0.49 0 0.01 223.76 0.98 0.66
Hex 53 81 FD 43 31 0 1 E0 62 42
Octal 123 201 375 103 61 0 1 340 142 102
Binary 1010011 10000001 11111101 1000011 110001 0 1 11100000 1100010 1000010

Color Harmonies of #5381FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5381FD

Black with #5381FD

Text Example


Text Example

White with #5381FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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