Html Css Color HEX #5384F9 Cornflower Blue

📋 copy color: '#5384F9'

red 83 ◦ green 132 ◦ blue 249

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

Shades of Cornflower Blue #5384F9

Tints of Cornflower Blue #5384F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.66%

R = 17.89%
G = 28.45%
B = 53.66%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5384F9 (or 0x5384F9) is known color: Cornflower Blue. HEX triplet: 53, 84 and F9. RGB value is (83,132,249). Sum of RGB (Red+Green+Blue) = 83+132+249=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #5384F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5384F9 is #AC7B06. Grayscale: #828282. Windows color (decimal): -11303687 or 16352339. OLE color: 16352339.

HSL color Cylindrical-coordinate representation of color #5384F9: hue angle of 222.29º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5384F9 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 132 249 -
CMYK 0.67 0.47 0 0.02
HSL 222.29º 0.93% 0.65% -
HSV(B) 222.29º 0.67% 0.98% -
XYZ 28.92 25.18 92.96 -
YUV 130.69 194.77 93.99 -
System Red Green Blue C M Y K H S L
Decimal 83 132 249 0.67 0.47 0 0.02 222.29 0.93 0.65
Hex 53 84 F9 43 2F 0 2 DE 5D 41
Octal 123 204 371 103 57 0 2 336 135 101
Binary 1010011 10000100 11111001 1000011 101111 0 10 11011110 1011101 1000001

Color Harmonies of #5384F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384F9

Black with #5384F9

Text Example


Text Example

White with #5384F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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