Html Css Color HEX #7384FA Cornflower Blue

📋 copy color: '#7384FA'

red 115 ◦ green 132 ◦ blue 250

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

Shades of Cornflower Blue #7384FA

Tints of Cornflower Blue #7384FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 23.14%
G = 26.56%
B = 50.3%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7384FA (or 0x7384FA) is known color: Cornflower Blue. HEX triplet: 73, 84 and FA. RGB value is (115,132,250). Sum of RGB (Red+Green+Blue) = 115+132+250=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #7384FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7384FA is #8C7B05. Grayscale: #8B8B8B. Windows color (decimal): -9206534 or 16417907. OLE color: 16417907.

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

Color convert

RGB 115 132 250 -
CMYK 0.54 0.47 0 0.02
HSL 232.44º 0.93% 0.72% -
HSV(B) 232.44º 0.54% 0.98% -
XYZ 32.58 27.05 93.95 -
YUV 140.37 189.87 109.91 -
System Red Green Blue C M Y K H S L
Decimal 115 132 250 0.54 0.47 0 0.02 232.44 0.93 0.72
Hex 73 84 FA 36 2F 0 2 E8 5D 48
Octal 163 204 372 66 57 0 2 350 135 110
Binary 1110011 10000100 11111010 110110 101111 0 10 11101000 1011101 1001000

Color Harmonies of #7384FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7384FA

Black with #7384FA

Text Example


Text Example

White with #7384FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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