Html Css Color HEX #7384FD Cornflower Blue

📋 copy color: '#7384FD'

red 115 ◦ green 132 ◦ blue 253

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

Shades of Cornflower Blue #7384FD

Tints of Cornflower Blue #7384FD

RGB

 RED value IS 115 (45.31% from 255) = 23%

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

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

R = 23%
G = 26.4%
B = 50.6%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7384FD (or 0x7384FD) is known color: Cornflower Blue. HEX triplet: 73, 84 and FD. RGB value is (115,132,253). Sum of RGB (Red+Green+Blue) = 115+132+253=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #7384FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7384FD is #8C7B02. Grayscale: #8C8C8C. Windows color (decimal): -9206531 or 16614515. OLE color: 16614515.

HSL color Cylindrical-coordinate representation of color #7384FD: hue angle of 232.61º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7384FD is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 132 253 -
CMYK 0.55 0.48 0 0.01
HSL 232.61º 0.97% 0.72% -
HSV(B) 232.61º 0.55% 0.99% -
XYZ 33.05 27.24 96.44 -
YUV 140.71 191.37 109.66 -
System Red Green Blue C M Y K H S L
Decimal 115 132 253 0.55 0.48 0 0.01 232.61 0.97 0.72
Hex 73 84 FD 37 30 0 1 E9 61 48
Octal 163 204 375 67 60 0 1 351 141 110
Binary 1110011 10000100 11111101 110111 110000 0 1 11101001 1100001 1001000

Color Harmonies of #7384FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7384FD

Black with #7384FD

Text Example


Text Example

White with #7384FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,132,253); }

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

background-color css

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

 a { background-color: rgb(115,132,253); }

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

border-color css

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

 span { border-color: rgb(115,132,253); }

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