Html Css Color HEX #7384FC Cornflower Blue

📋 copy color: '#7384FC'

red 115 ◦ green 132 ◦ blue 252

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

Shades of Cornflower Blue #7384FC

Tints of Cornflower Blue #7384FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 23.05%
G = 26.45%
B = 50.5%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7384FC (or 0x7384FC) is known color: Cornflower Blue. HEX triplet: 73, 84 and FC. RGB value is (115,132,252). Sum of RGB (Red+Green+Blue) = 115+132+252=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #7384FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7384FC is #8C7B03. Grayscale: #8C8C8C. Windows color (decimal): -9206532 or 16548979. OLE color: 16548979.

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

Color convert

RGB 115 132 252 -
CMYK 0.54 0.48 0 0.01
HSL 232.55º 0.96% 0.72% -
HSV(B) 232.55º 0.54% 0.99% -
XYZ 32.89 27.18 95.61 -
YUV 140.6 190.87 109.74 -
System Red Green Blue C M Y K H S L
Decimal 115 132 252 0.54 0.48 0 0.01 232.55 0.96 0.72
Hex 73 84 FC 36 30 0 1 E9 60 48
Octal 163 204 374 66 60 0 1 351 140 110
Binary 1110011 10000100 11111100 110110 110000 0 1 11101001 1100000 1001000

Color Harmonies of #7384FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7384FC

Black with #7384FC

Text Example


Text Example

White with #7384FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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