Html Css Color HEX #5384DF Cornflower Blue

📋 copy color: '#5384DF'

red 83 ◦ green 132 ◦ blue 223

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

Shades of Cornflower Blue #5384DF

Tints of Cornflower Blue #5384DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 18.95%
G = 30.14%
B = 50.91%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5384DF (or 0x5384DF) is known color: Cornflower Blue. HEX triplet: 53, 84 and DF. RGB value is (83,132,223). Sum of RGB (Red+Green+Blue) = 83+132+223=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #5384DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384DF is #AC7B20. Grayscale: #7F7F7F. Windows color (decimal): -11303713 or 14648403. OLE color: 14648403.

HSL color Cylindrical-coordinate representation of color #5384DF: hue angle of 219º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5384DF is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 132 223 -
CMYK 0.63 0.41 0 0.13
HSL 219º 0.69% 0.6% -
HSV(B) 219º 0.63% 0.87% -
XYZ 25.14 23.67 73.06 -
YUV 127.72 181.77 96.1 -
System Red Green Blue C M Y K H S L
Decimal 83 132 223 0.63 0.41 0 0.13 219 0.69 0.6
Hex 53 84 DF 3F 29 0 D DB 45 3C
Octal 123 204 337 77 51 0 15 333 105 74
Binary 1010011 10000100 11011111 111111 101001 0 1101 11011011 1000101 111100

Color Harmonies of #5384DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384DF

Black with #5384DF

Text Example


Text Example

White with #5384DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5384DF; }

 p { color: rgb(83,132,223); }

 H1.HeaderClassName
 {
   color: #5384DF;
 }
 .AnyTagClassName
 {
   color: #5384DF;
 }
</style>

background-color css

<style>
 a { background-color: #5384DF; }

 a { background-color: rgb(83,132,223); }

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

border-color css

<style>
 span { border-color: #5384DF; }

 span { border-color: rgb(83,132,223); }

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