Html Css Color HEX #7385FC Cornflower Blue

📋 copy color: '#7385FC'

red 115 ◦ green 133 ◦ blue 252

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

Shades of Cornflower Blue #7385FC

Tints of Cornflower Blue #7385FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.6%

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

R = 23%
G = 26.6%
B = 50.4%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7385FC (or 0x7385FC) is known color: Cornflower Blue. HEX triplet: 73, 85 and FC. RGB value is (115,133,252). Sum of RGB (Red+Green+Blue) = 115+133+252=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #7385FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7385FC is #8C7A03. Grayscale: #8C8C8C. Windows color (decimal): -9206276 or 16549235. OLE color: 16549235.

HSL color Cylindrical-coordinate representation of color #7385FC: hue angle of 232.12º 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 #7385FC is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 133 252 -
CMYK 0.54 0.47 0 0.01
HSL 232.12º 0.96% 0.72% -
HSV(B) 232.12º 0.54% 0.99% -
XYZ 33.03 27.45 95.65 -
YUV 141.18 190.54 109.32 -
System Red Green Blue C M Y K H S L
Decimal 115 133 252 0.54 0.47 0 0.01 232.12 0.96 0.72
Hex 73 85 FC 36 2F 0 1 E8 60 48
Octal 163 205 374 66 57 0 1 350 140 110
Binary 1110011 10000101 11111100 110110 101111 0 1 11101000 1100000 1001000

Color Harmonies of #7385FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385FC

Black with #7385FC

Text Example


Text Example

White with #7385FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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